Field<T>.SetLimits Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetLimits(Double, Double) |
Set numeric limits. |
SetLimits(Double, Double, Boolean) |
SetLimits(Double, Double)
- Source:
- Field.cs
Set numeric limits.
public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetLimits (double min, double max);
member this.SetLimits : double * double -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetLimits (min As Double, max As Double) As Field(Of T)
Parameters
- min
- Double
The minimum.
- max
- Double
The maximum.
Returns
A Field<T>.