NumberRange

非推奨を表示

The NumberRange represents a range of numbers.

概要

コンストラクタ

プロパティ

コンストラクタ

new

パラメータ

value: number

new

パラメータ

minimum: number
maximum: number

プロパティ

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.