[]
        
(Showing Draft Content)

C1.Blazor.Input.TextBoxMinMax.op_Implicit

implicit operator Operator

implicit operator TextBoxMinMax(double)

Casting operator to convert a double into a TextBoxMinMax.

Declaration
public static implicit operator TextBoxMinMax(double value)
Parameters
Type Name Description
double value

The min/max number value.

Returns
Type Description
TextBoxMinMax

implicit operator TextBoxMinMax(DateTime)

Casting operator to convert a double into a TextBoxMinMax.

Declaration
public static implicit operator TextBoxMinMax(DateTime date)
Parameters
Type Name Description
DateTime date

The min/max date value.

Returns
Type Description
TextBoxMinMax