Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Unit Structure / Implicit Type Conversion Operator / Implicit Type Conversion(Unit,Int32) Operator
The integer value.

In This Topic
    Implicit Type Conversion(Unit,Int32) Operator
    In This Topic
    Converts an integer value to a Unit using UnitTypeEnum.Default units.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal value As Integer _
    ) As Unit
    public Unit operator implicit( 
       int value
    )

    Parameters

    value
    The integer value.

    Return Value

    The unit value.
    See Also