libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
DecimalFormat
Decimal
Format
expect
class
DecimalFormat
(
fmtSpec
:
String
)
actual
class
DecimalFormat
(
fmtSpec
:
String
)
Members
Constructors
Decimal
Format
Link copied to clipboard
expect
constructor
(
fmtSpec
:
String
)
actual
constructor
(
fmtSpec
:
String
)
Properties
fmt
Link copied to clipboard
val
fmt
:
DecimalFormat
Functions
format
Link copied to clipboard
expect
fun
format
(
num
:
BigDecimal
)
:
String
actual
fun
format
(
num
:
BigDecimal
)
:
String