KiteCore
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteCore
kitecore
/
io.github.yuroyami.kitecore.text
/
toDoubleOrDefault
to
Double
Or
Default
fun
String
.
toDoubleOrDefault
(
default
:
Double
)
:
Double
Parses this string as a
Double
, returning
default
when it is not a valid floating point number.