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

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

    Parameters

    value
    The double value.

    Return Value

    The unit value.
    See Also