NumberRange

Show Deprecated

The NumberRange represents a range of numbers.

Summary

Constructors

new(value: number)  

new(minimum: number, maximum: number)  

Properties

The minimum value of the NumberRange.

The maximum value of the NumberRange.

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.