Package-level declarations

Inherited functions

Link copied to clipboard

Checks if the float value is an integer.

Link copied to clipboard
fun Float.limitTo(min: Float, max: Float): Float

Limits the float value to the given range.

fun Int.limitTo(min: Int, max: Int): Int

Limits the integer value to the given range.