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