interface IRangedValue
Description
Represents types that has a defined range of values. Implemented by all builtin integer and floating point types.
Fields
maxValue : This
The maximum value that an instance of the type can hold. This is a constant value specific to the type.
minValue : This
The minimum value that an instance of the type can hold. This is a constant value specific to the type.