RangeCalculationResult

data class RangeCalculationResult(val range: Range)

A Range calculated by RangeCalculator.calculateRange based on the given 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