toBigInteger

actual open override fun toBigInteger(): KBigInteger

Converts this KBigDecimal to a KBigInteger by discarding the fractional part.

Return

KBigInteger representation of this decimal (truncated towards zero)

expect open override fun toBigInteger(): KBigInteger

Converts this KBigDecimal to a KBigInteger by discarding the fractional part.

Return

KBigInteger representation of this decimal (truncated towards zero)

actual open fun toBigInteger(): KBigInteger