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.