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

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

    Parameters

    stopValue
    See Also