YUserInteractYNumberInputRequest Constructor
             | 
          
        
        
            Instanciate a new YTextInputRequest.
            
        
        Namespace: Upsilon.Common.FormsAssembly: Upsilon.Common.Forms (in Upsilon.Common.Forms.dll) Version: 2.3.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntaxpublic YNumberInputRequest(
	string title,
	string message,
	decimal minimum,
	decimal maximum,
	[OptionalAttribute] decimal increment,
	[OptionalAttribute] decimal defaultValue
)
Parameters
- title  String
 - The title of the request.
 - message  String
 - The message of the request.
 - minimum  Decimal
 - The minimum value.
 - maximum  Decimal
 - The maximum value.
 - increment  Decimal  (Optional)
 - The increment value. By default it is 1.
 - defaultValue  Decimal  (Optional)
 - The default value. By default it is 0.
 
See Also