toDouble

Deprecated

Warning since 1.5

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

Replace with

this.code.toDouble()

Returns the value of this character as a Double.

Since Kotlin

1.1

Deprecated

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

Replace with

this.code.toDouble()

Returns the value of this character as a Double.

Since Kotlin

1.0