ComponentOne Input Library for WPF
C1.WPF.Input Namespace / StopValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(StopValue,Double) Operator

In This Topic
    Implicit Type Conversion(StopValue,Double) Operator
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal stopValue As Double _
    ) As StopValue
    public StopValue operator implicit( 
       double stopValue
    )

    Parameters

    stopValue
    See Also