[]
        
(Showing Draft Content)

C1.WPF.Input.StopValue.op_Implicit

implicit operator Operator

implicit operator double(StopValue)

Declaration
public static implicit operator double(StopValue stopValue)
Parameters
Type Name Description
StopValue stopValue
Returns
Type Description
double

implicit operator StopValue(double)

Declaration
public static implicit operator StopValue(double stopValue)
Parameters
Type Name Description
double stopValue
Returns
Type Description
StopValue