Companion

Functions

Link copied to clipboard
fun ofDouble(minValue: Double, maxValue: Double): ValueRange
Link copied to clipboard
fun ofLong(minValue: Long, maxValue: Long): ValueRange
Link copied to clipboard
infix fun Double.range(maxValue: Double): ValueRange
infix fun Int.range(maxValue: Int): ValueRange
infix fun Long.range(maxValue: Long): ValueRange