Share via


IFieldState<T>.Limits(Double, Double) Method

Definition

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.

Applies to