dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / ToFloat Method
The OracleNumber structure to be converted.

In This Topic
    ToFloat Method
    In This Topic
    Converts the OracleNumber parameter to System.Float.
    Syntax
    'Declaration
     
    Public Shared Function ToFloat( _
       ByVal val As OracleNumber _
    ) As Single
    public static float ToFloat( 
       OracleNumber val
    )

    Parameters

    val
    The OracleNumber structure to be converted.

    Return Value

    A new System.Float structure.
    See Also