Click or drag to resize

MinIncMaxExc Fields

The MinIncMaxExc type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberIsAboveMax
When the value is above to the upper bound

THIS IS AN ERROR

Public fieldStatic memberIsBelowMin
When the value is below the lower bound

THIS IS AN ERROR

Public fieldStatic memberIsBetweenMinMax
When the value is between the lower bound and upper bound exclusively
Public fieldStatic memberIsMax
When the value is equal to the upper bound

THIS IS AN ERROR

Public fieldStatic memberIsMin
When the value is equal to the lower bound
Top
See Also