[]
        
(Showing Draft Content)

C1.WPF.Input.StopValue.op_Implicit

implicit operator Operator

implicit operator double(StopValue)

Declaration
public static implicit operator double(StopValue stopValue)
Public Shared Widening Operator CType(stopValue As StopValue) As Double
Parameters
Type Name Description
StopValue stopValue
Returns
Type Description
double

implicit operator StopValue(double)

Declaration
public static implicit operator StopValue(double stopValue)
Public Shared Widening Operator CType(stopValue As Double) As StopValue
Parameters
Type Name Description
double stopValue
Returns
Type Description
StopValue