[]
        
(Showing Draft Content)

C1.Blazor.Input.TextBoxStep.op_Implicit

implicit operator Operator

implicit operator TextBoxStep(double)

Casting operator to convert a double into a TextBoxStep.

Declaration
public static implicit operator TextBoxStep(double value)
Public Shared Widening Operator CType(value As Double) As TextBoxStep
Parameters
Type Name Description
double value

The value of the length in pixels.

Returns
Type Description
TextBoxStep