fluent-kt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
fluent-kt
fluent-bundle
/
dev.kbroom.fluent.bundle.types
/
FluentNumber
Fluent
Number
@
Serializable
data
class
FluentNumber
(
val
value
:
Double
,
val
options
:
FluentNumberOptions
=
FluentNumberOptions()
)
(
source
)
Represents a number with formatting options.
Members
Constructors
Fluent
Number
Link copied to clipboard
constructor
(
value
:
Double
,
options
:
FluentNumberOptions
=
FluentNumberOptions()
)
Properties
options
Link copied to clipboard
val
options
:
FluentNumberOptions
value
Link copied to clipboard
val
value
:
Double