kotlin.Float
Float
class Float : Number, Comparable<Float>
Represents a single-precision 32-bit IEEE 754 floating point number. On the JVM, non-nullable values of this type are represented as values of the primitive type float
.
Functions
operator fun compareTo(other: Byte): Int operator fun compareTo(other: Short): Int operat |