parseFloat

JS
1.1
fun parseFloat(
    s: String,
    radix: Int = definedExternally
): Double
Deprecated: Use toDouble() instead.