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