--- layout: stdlib-reference --- # interface IRangedValue ## Description Represents types that has a defined range of values. Implemented by all builtin integer and floating point types. ## Fields #### [maxValue](maxvalue-3.html) : [IRangedValue](index.html)\.This The maximum value that an instance of the type can hold. This is a constant value specific to the type. #### [minValue](minvalue-3.html) : [IRangedValue](index.html)\.This The minimum value that an instance of the type can hold. This is a constant value specific to the type.