dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumeric Structure / Implicit Type Conversion Operator / Implicit Type Conversion(PgSqlNumeric,Single) Operator
A value to convert.

In This Topic
    Implicit Type Conversion(PgSqlNumeric,Single) Operator
    In This Topic
    Converts a float value to the PgSqlNumeric structure.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As Single _
    ) As PgSqlNumeric
    public PgSqlNumeric operator implicit( 
       float value
    )

    Parameters

    value
    A value to convert.

    Return Value

    The PgSqlNumeric structure.
    See Also