kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.js
/
parseFloat
parse
Float
JS
external
fun
parseFloat
(
s
:
String
,
radix
:
Int
=
definedExternally
)
:
Double
Deprecated (with error)
Use toDouble() instead.
Replace with
s.toDouble()
Content copied to clipboard