korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-core
/
korlibs.io.util
/
NumberParser
Number
Parser
object
NumberParser
Members
Properties
END
Link copied to clipboard
const
val
END
:
Char
=
'\u0000'
Functions
parse
Double
Link copied to clipboard
inline
fun
parseDouble
(
gen
:
(
Int
)
->
Char
)
:
Double
fun
parseDouble
(
str
:
String
,
start
:
Int
=
0
,
end
:
Int
=
str.length
)
:
Double
parse
Int
Link copied to clipboard
inline
fun
parseInt
(
radix
:
Int
=
10
,
gen
:
(
Int
)
->
Char
)
:
Int
fun
parseInt
(
str
:
String
,
start
:
Int
=
0
,
end
:
Int
=
str.length
,
radix
:
Int
=
10
)
:
Int