KBig Decimal Impl
Types
Functions
Returns the absolute value of this KBigDecimal.
Returns the absolute value of this KBigDecimal.
Returns a KBigDecimal that is the sum of this and the specified value.
Returns a KBigDecimal that is the sum of this and the specified value.
Division operator for KBigDecimal with default scale and rounding.
Returns a KBigDecimal that is the quotient of this divided by the specified value.
Returns a KBigDecimal that is the quotient of this divided by the specified value.
Checks if this KBigDecimal is negative (less than zero).
Checks if this KBigDecimal is negative (less than zero).
Checks if this KBigDecimal is positive (greater than zero).
Checks if this KBigDecimal is positive (greater than zero).
Returns the maximum of this KBigDecimal and the specified value.
Returns the minimum of this KBigDecimal and the specified value.
Subtraction operator for KBigDecimal.
Returns a KBigDecimal that is the product of this and the specified value.
Returns a KBigDecimal that is the product of this and the specified value.
Returns the negation of this KBigDecimal.
Returns the negation of this KBigDecimal.
Addition operator for KBigDecimal.
Calculates this KBigDecimal raised to the power of the specified integer exponent.
Returns a KBigDecimal with the specified scale and rounding mode.
Returns a KBigDecimal with the specified scale and rounding mode.
Returns a KBigDecimal that is the difference of this and the specified value.
Returns a KBigDecimal that is the difference of this and the specified value.
Multiplication operator for KBigDecimal.
Converts this KBigDecimal to a KBigInteger by discarding the fractional part.
Converts this KBigDecimal to a KBigInteger by discarding the fractional part.
Unary minus operator for KBigDecimal.
Unary plus operator for KBigDecimal (identity operation).