kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision
/
io.kvision.utils
/
Intl
/
NumberFormat
Number
Format
class
NumberFormat
(
locales
:
String
=
definedExternally
,
options
:
NumberFormatOptions
=
definedExternally
)
(
source
)
Members
Constructors
Number
Format
Link copied to clipboard
constructor
(
locales
:
Nothing
?
,
options
:
NumberFormatOptions
=
definedExternally
)
constructor
(
locales
:
String
=
definedExternally
,
options
:
NumberFormatOptions
=
definedExternally
)
Functions
format
Link copied to clipboard
fun
format
(
num
:
Number
)
:
String