toFloat
Deprecated
Conversion of Char to Number is deprecated. Use Char.code property instead.
Replace with
this.code.toFloat()Content copied to clipboard
Returns the value of this character as a Float.
Conversion of Char to Number is deprecated. Use Char.code property instead.
this.code.toFloat()Returns the value of this character as a Float.