Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
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
)