Class Range (1.0.0)

Range of numerical values, inclusive of min and exclusive of max. If the open range “< range.max” is desired, set range.min = -infinity. If the open range “>= range.min” is desired, set range.max = infinity.

Range maximum.