toFloat

open override fun toFloat(): Float(source)

Converts this Short value to Float.

The resulting Float value represents the same numerical value as this Short.

Since Kotlin

1.0
open external override fun toFloat(): Float(source)

Converts this Short value to Float.

The resulting Float value represents the same numerical value as this Short.

Since Kotlin

1.3