signum

actual open override fun signum(): Int

Returns the signum function of this KBigDecimal.

Return

-1 if negative, 0 if zero, 1 if positive

expect open override fun signum(): Int

Returns the signum function of this KBigDecimal.

Return

-1 if negative, 0 if zero, 1 if positive

actual open fun signum(): Int