NumberRange

Show Deprecated

The NumberRange represents a range of numbers.

Summary

Constructors

Properties

Constructors

new

Parameters

value: number

new

Parameters

minimum: number
maximum: number

Properties

The minimum value of the NumberRange, always less than or equal to the maximum.

The maximum value of the NumberRange, always greater than or equal to the minimum.