kvision
7.0.0
js
kvision
/
io.kvision.utils
/
Intl
/
NumberFormat
Number
Format
js
class
NumberFormat
(
locales
:
String
=
definedExternally
,
options
:
NumberFormatOptions
=
definedExternally
)
Members
Constructors
Number
Format
Link copied to clipboard
js
constructor
(
locales
:
Nothing
?
,
options
:
NumberFormatOptions
=
definedExternally
)
constructor
(
locales
:
String
=
definedExternally
,
options
:
NumberFormatOptions
=
definedExternally
)
Functions
format
Link copied to clipboard
js
fun
format
(
num
:
Number
)
:
String