Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / PointerSize Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Int64,PointerSize) Operator
The value.

In This Topic
    Implicit Type Conversion(Int64,PointerSize) Operator
    In This Topic
    Performs an implicit conversion from PointerSize to System.Int64.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As PointerSize _
    ) As System.Long
    public System.long operator implicit( 
       PointerSize value
    )

    Parameters

    value
    The value.

    Return Value

    The result of the conversion.
    See Also