Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.core
/
toFixed
to
Fixed
fun
Int
.
toFixed
(
)
:
String
(
source
)
fun
Int
.
toFixed
(
digits
:
Int
)
:
String
(
source
)
fun
Double
.
toFixed
(
)
:
String
(
source
)
fun
Double
.
toFixed
(
digits
:
Int
)
:
String
(
source
)