libnexakotlin
Toggle table of contents
0.4.7
common
native
Platform filter
common
native
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
DecimalFormat
Decimal
Format
common
native
expect
class
DecimalFormat
(
fmtSpec
:
String
)
actual
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
)
actual
constructor
(
fmtSpec
:
String
)
Properties
fmt
Link copied to clipboard
val
fmt
:
DecimalFormat
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
actual
fun
format
(
num
:
BigDecimal
)
:
String