kotlin-stdlib / kotlin / Float / toShort toShort Common JVM JS Native 1.0 fun toShort(): Short Converts this Float value to Short. The resulting Short value is equal to this.toInt().toShort().