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