Decimal

@Serializable
data class Decimal(val value: Long, val scale: Int? = null)

BigDecimal 타입

Constructors

Link copied to clipboard
constructor(value: Long, scale: Int? = null)

Properties

Link copied to clipboard
val scale: Int? = null

소수점 이하 자릿수

Link copied to clipboard
val value: Long

비정규화된 값