kourier
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-core
/
dev.kourier.amqp
/
Field
/
Decimal
Decimal
data
class
Decimal
(
val
scale
:
UByte
,
val
value
:
UInt
)
:
Field
Members
Members & Extensions
Constructors
Decimal
Link copied to clipboard
constructor
(
scale
:
UByte
,
value
:
UInt
)
Properties
kind
Link copied to clipboard
val
kind
:
Field.Kind
scale
Link copied to clipboard
val
scale
:
UByte
value
Link copied to clipboard
val
value
:
UInt
Functions
to
Any
Link copied to clipboard
fun
Field
.
toAny
(
)
:
Any
?
Converts a
Field
to an Any?, unwrapping it to its native type.