DecimalNumber

Contains a numeric value in decimal format.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val scale: Int

The scale that determines where the decimal point falls in the unscaled value.

Link copied to clipboard

The unscaled numeric value.

Functions

Link copied to clipboard
inline fun copy(block: DecimalNumber.Builder.() -> Unit = {}): DecimalNumber
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String