Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TextBoxMinMax Structure / TextBoxMinMax Constructor / TextBoxMinMax Constructor(Double)
The number min/max value.

In This Topic
    TextBoxMinMax Constructor(Double)
    In This Topic
    Initializes a new instance of the TextBoxMinMax struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal number As Double _
    )
    public TextBoxMinMax( 
       double number
    )

    Parameters

    number
    The number min/max value.
    See Also