-
Methods in org.robovm.apple.foundation with parameters of type NSRoundingMode
| Modifier and Type |
Method |
Description |
static NSCalculationError |
NSDecimal.add(NSDecimal result,
NSDecimal leftOperand,
NSDecimal rightOperand,
NSRoundingMode roundingMode) |
|
static NSCalculationError |
NSDecimal.divide(NSDecimal result,
NSDecimal leftOperand,
NSDecimal rightOperand,
NSRoundingMode roundingMode) |
|
protected long |
NSDecimalNumberHandler.init(NSRoundingMode roundingMode,
short scale,
boolean exact,
boolean overflow,
boolean underflow,
boolean divideByZero) |
|
static NSCalculationError |
NSDecimal.multiply(NSDecimal result,
NSDecimal leftOperand,
NSDecimal rightOperand,
NSRoundingMode roundingMode) |
|
static NSCalculationError |
NSDecimal.multiplyByPowerOf10(NSDecimal result,
NSDecimal number,
short power,
NSRoundingMode roundingMode) |
|
static NSCalculationError |
NSDecimal.normalize(NSDecimal number1,
NSDecimal number2,
NSRoundingMode roundingMode) |
|
static NSCalculationError |
NSDecimal.power(NSDecimal result,
NSDecimal number,
long power,
NSRoundingMode roundingMode) |
|
static void |
NSDecimal.round(NSDecimal result,
NSDecimal number,
long scale,
NSRoundingMode roundingMode) |
|
static NSCalculationError |
NSDecimal.subtract(NSDecimal result,
NSDecimal leftOperand,
NSDecimal rightOperand,
NSRoundingMode roundingMode) |
|