toFloat

@FloatRange(from = 0.0, to = 1.0, fromInclusive = true, toInclusive = true)
val toFloat: Float

Converts the proportion between value and max to a float. This is, a value between 0 and

Author

Arnau Mora

Since

20210810