toggle menu
libnexakotlin
0.3.5
common
native
switch theme
search in API
libnexakotlin
/
org.nexa.libnexakotlin
/
DecimalFormat
Decimal
Format
common
native
expect
class
DecimalFormat
(
fmtSpec
:
String
)
actual
class
DecimalFormat
(
val
fmtSpec
:
String
)
Members
Constructors
Decimal
Format
Link copied to clipboard
common
native
expect
constructor
(
fmtSpec
:
String
)
actual
constructor
(
fmtSpec
:
String
)
Properties
fmt
Mode
Link copied to clipboard
native
var
fmtMode
:
DecimalMode
fmt
Spec
Link copied to clipboard
native
val
fmtSpec
:
String
Functions
format
Link copied to clipboard
common
native
expect
fun
format
(
num
:
BigDecimal
)
:
String
actual
fun
format
(
num
:
BigDecimal
)
:
String