Click or drag to resize

MinExcMaxInc Fields

The MinExcMaxInc 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
Public fieldStatic memberIsMin
When the value is equal to the lower bound

THIS IS AN ERROR

Top
See Also