-
Methods in org.robovm.apple.foundation with parameters of type NSDecimal
| Modifier and Type |
Method |
Description |
static NSCalculationError |
NSDecimal.add(NSDecimal result,
NSDecimal leftOperand,
NSDecimal rightOperand,
NSRoundingMode roundingMode) |
|
static void |
NSDecimal.compact(NSDecimal number) |
|
static NSComparisonResult |
NSDecimal.compare(NSDecimal leftOperand,
NSDecimal rightOperand) |
|
static NSCalculationError |
NSDecimal.divide(NSDecimal result,
NSDecimal leftOperand,
NSDecimal rightOperand,
NSRoundingMode roundingMode) |
|
protected long |
NSDecimalNumber.init(NSDecimal dcm) |
|
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) |
|
protected static String |
NSDecimal.toString(NSDecimal dcm,
NSObject locale) |
|