Share via


NumericRangeResolution interface

represents the resolution of numeric intervals.

Extends

Properties

maximum

The ending value of the interval.

minimum

The beginning value of the interval.

rangeKind

The kind of range that the resolution object represents.

resolutionKind

Polymorphic discriminator, which specifies the different types this object can be

Property Details

maximum

The ending value of the interval.

maximum: number

Property Value

number

minimum

The beginning value of the interval.

minimum: number

Property Value

number

rangeKind

The kind of range that the resolution object represents.

rangeKind: string

Property Value

string

resolutionKind

Polymorphic discriminator, which specifies the different types this object can be

resolutionKind: "NumericRange"

Property Value

"NumericRange"