Click or drag to resize

NumberRangeOption Fields

The NumberRangeOption type exposes the following members.

Fields
  NameDescription
Public fieldInclusiveMax
Indicates if the maximum value is included in the range or if it's exclusive.
Public fieldMax
Maximum value (inclusive or exclusive, depends on InclusiveMax).
Public fieldMin
Minimum value (inclusive).
Top
See Also