RangeInfoCompat

constructor(type: Int, min: Float, max: Float, current: Float)(source)

Creates a new range.

Parameters

type

The type of the range.

min

The minimum value. Use Float.NEGATIVE_INFINITY if the range has no minimum.

max

The maximum value. Use Float.POSITIVE_INFINITY if the range has no maximum.

current

The current value.