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 /server/interfaces/RangeComparison.md.

Interface: RangeComparison

Beta

表示用于表达数字可能范围的上下界结构的运算符。

Operator represents a lower/upper bound structure for expressing a potential range of numbers.

Properties

lowerBound

lowerBound: number

Beta

Remarks

范围内的下界。

Lower bound within a range.


upperBound

upperBound: number

Beta

Remarks

范围内的上界。

Upper bound within a range.