dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDecimal Structure / Explicit Type Conversion Operator / Explicit Type Conversion(Int64,UniDecimal) Operator

In This Topic
    Explicit Type Conversion(Int64,UniDecimal) Operator
    In This Topic
    Converts the UniDecimal parameter to System.Int64.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal value As UniDecimal _
    ) As Long
    public long operator explicit( 
       UniDecimal value
    )

    Parameters

    value

    Return Value

    A new System.Int64 structure.
    See Also