korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-core
/
korlibs.number
Package-level
declarations
Functions
Properties
Properties
nice
Str
Link copied to clipboard
val
Double
.
niceStr
:
String
val
Float
.
niceStr
:
String
Functions
append
Generic
Array
Link copied to clipboard
fun
StringBuilder
.
appendGenericArray
(
size
:
Int
,
appendElement
:
StringBuilder
.
(
Int
)
->
Unit
)
append
Nice
Link copied to clipboard
fun
StringBuilder
.
appendNice
(
value
:
Double
,
zeroSuffix
:
Boolean
=
false
)
fun
StringBuilder
.
appendNice
(
value
:
Float
,
zeroSuffix
:
Boolean
=
false
)
nice
Str
Link copied to clipboard
fun
Double
.
niceStr
(
decimalPlaces
:
Int
,
zeroSuffix
:
Boolean
=
false
)
:
String
fun
Float
.
niceStr
(
decimalPlaces
:
Int
,
zeroSuffix
:
Boolean
=
false
)
:
String