MinIncMaxExc Fields |
The MinIncMaxExc type exposes the following members.
Name | Description | |
---|---|---|
IsAboveMax |
When the value is above to the upper bound
THIS IS AN ERROR | |
IsBelowMin |
When the value is below the lower bound
THIS IS AN ERROR | |
IsBetweenMinMax |
When the value is between the lower bound and upper bound exclusively
| |
IsMax |
When the value is equal to the upper bound
THIS IS AN ERROR | |
IsMin |
When the value is equal to the lower bound
|