NumberRangeOption Fields |
The NumberRangeOption type exposes the following members.
| Name | Description | |
|---|---|---|
| InclusiveMax |
Indicates if the maximum value is included in the range or if it's exclusive.
| |
| Max |
Maximum value (inclusive or exclusive, depends on InclusiveMax).
| |
| Min |
Minimum value (inclusive).
|