For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /common/interfaces/NumberRange.md.

Interface: NumberRange

表示一个最大/最小值的结构,用于描述数值的取值范围。

Represents a min/max structure for expressing a potential range of numbers.

Properties

max

max: number

Remarks

能够取到的最大值。

Maximum value within a range.


min

min: number

Remarks

能够取到的最小值。

Minimum value within a range.