IFieldState<T>.Limits(Double, Double) 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.
Limits of numeric values.
public bool Limits (out double min, out double max);
abstract member Limits : double * double -> bool
Public Function Limits (ByRef min As Double, ByRef max As Double) As Boolean
Parameters
- min
- Double
Minimum possible value.
- max
- Double
Maximum possible value.
Returns
True if limits limit the underlying data type.
Remarks
This typically reflects the result of setting NumericAttribute limits on the possible values.