KBigDecimalFactory

Factory object for creating KBigDecimal instances. Provides convenient methods for creating KBigDecimal objects from various types.

Properties

Link copied to clipboard

Constant representing one as a KBigDecimal

Link copied to clipboard

Constant representing ten as a KBigDecimal

Link copied to clipboard

Constant representing zero as a KBigDecimal

Functions

Link copied to clipboard
fun fromInt(value: Int): KBigDecimal

Creates a KBigDecimal from an Int value.

Link copied to clipboard

Creates a KBigDecimal from a Long value.

Link copied to clipboard

Creates a KBigDecimal from a string representation.