RangeCalculationResult

data class RangeCalculationResult(val options: RangeCalculationOptions, 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

options

The RangeCalculationOptions the range is based on.

range

The calculated range.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard