Decimal

data class Decimal(val scale: UByte, val value: UInt) : Field

Constructors

Link copied to clipboard
constructor(scale: UByte, value: UInt)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: UInt

Functions

Link copied to clipboard
fun Field.toAny(): Any?

Converts a Field to an Any?, unwrapping it to its native type.