toggle menu
neat-formatting
3.0.1
common
switch theme
search in API
neat-formatting
/
neat.internal
/
NumberFormatterImpl
Number
Formatter
Impl
open
class
NumberFormatterImpl
@
JvmOverloads
constructor
(
val
options
:
NumberFormatterRawOptions
=
NumberFormatterOptions()
)
:
NumberFormatter
Members
Constructors
Number
Formatter
Impl
Link copied to clipboard
@
JvmOverloads
constructor
(
options
:
NumberFormatterRawOptions
=
NumberFormatterOptions()
)
Properties
options
Link copied to clipboard
open
override
val
options
:
NumberFormatterRawOptions
Functions
format
Link copied to clipboard
open
override
fun
format
(
number
:
Double
)
:
String
open
override
fun
format
(
number
:
Number
)
:
String