RangeCalculationResult

data class RangeCalculationResult(val range: Range)

Represents the calculated range based on a passed RangeCalculationOptions.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

range

The calculated range.

Constructors

Link copied to clipboard
constructor(range: Range)

Properties

Link copied to clipboard