toChar

Common
JVM
JS
Native
1.0
fun toChar(): Char

Converts this Float value to Char.

The resulting Char value is equal to this.toInt().toChar().