RangeCalculationResult
data class RangeCalculationResult(val options: RangeCalculationOptions, val range: Range)
Content copied to clipboard
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
fun RangeCalculationResult(options: RangeCalculationOptions, range: Range)
Content copied to clipboard