FiniteDecimal

actual typealias FiniteDecimal = BigDecimal

Platform specific representation of a finite immutable, arbitrary-precision signed decimal number

Platform specific representation of a finite immutable, arbitrary-precision signed decimal number

actual data class FiniteDecimal : Comparable<FiniteDecimal>

Platform specific representation of a finite immutable, arbitrary-precision signed decimal number

actual data class FiniteDecimal : Comparable<FiniteDecimal>

Platform specific representation of a finite immutable, arbitrary-precision signed decimal number

actual typealias FiniteDecimal = BigDecimal

Platform specific representation of a finite immutable, arbitrary-precision signed decimal number

Constructors

Link copied to clipboard
constructor(nsDecimal: <Error class: unknown class>)
constructor(bd: BigDecimal)

Properties

Link copied to clipboard

the BigDecimal representing the finite decimal number

Link copied to clipboard
val nsDecimal: <Error class: unknown class>

the NSDecimalNumber representing the finite decimal number

Functions

Link copied to clipboard
abstract operator fun compareTo(other: FiniteDecimal): Int
open operator override fun compareTo(other: FiniteDecimal): Int
open operator override fun compareTo(other: FiniteDecimal): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int