Companion

actual object Companion
expect object Companion
actual object Companion

Properties

Link copied to clipboard
actual val ZERO: KBigDecimalImpl
expect val ZERO: KBigDecimalImpl
actual val ZERO: KBigDecimalImpl

Functions

Link copied to clipboard
actual fun fromInt(value: Int): KBigDecimalImpl
expect fun fromInt(value: Int): KBigDecimalImpl
actual fun fromInt(value: Int): KBigDecimalImpl
Link copied to clipboard
actual fun fromLong(value: Long): KBigDecimalImpl
expect fun fromLong(value: Long): KBigDecimalImpl
actual fun fromLong(value: Long): KBigDecimalImpl
Link copied to clipboard
actual fun fromString(value: String): KBigDecimalImpl
expect fun fromString(value: String): KBigDecimalImpl
actual fun fromString(value: String): KBigDecimalImpl