toFloat

fun toFloat(): Float

Deprecated

Warning since 1.5

Conversion of Char to Number is deprecated. Use Char.code property instead.

Replace with

this.code.toFloat()

Returns the value of this character as a Float.

fun toFloat(): Float

Deprecated

Warning since 1.5

Conversion of Char to Number is deprecated. Use Char.code property instead.

Replace with

this.code.toFloat()

Returns the value of this character as a Float.

external fun toFloat(): Float

Deprecated

Warning since 1.5

Conversion of Char to Number is deprecated. Use Char.code property instead.

Replace with

this.code.toFloat()

Returns the value of this character as a Float.