public final class FloatExtensionsKt
final static Float
limitTo(Float $self, Float min, Float max)
final static Boolean
isInt(Float $self)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static Float limitTo(Float $self, Float min, Float max)
Limits the float value to the given range.
min
max
final static Boolean isInt(Float $self)
Checks if the float value is an integer.