Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TextBoxMinMax Structure / Implicit Type Conversion Operator / Implicit Type Conversion(TextBoxMinMax,Double) Operator
The min/max number value.

In This Topic
    Implicit Type Conversion(TextBoxMinMax,Double) Operator
    In This Topic
    Casting operator to convert a double into a TextBoxMinMax.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal value As Double _
    ) As TextBoxMinMax
    public TextBoxMinMax operator implicit( 
       double value
    )

    Parameters

    value
    The min/max number value.
    See Also