Package apple.foundation.protocol
Interface NSDecimalNumberBehaviors
-
- All Known Implementing Classes:
NSDecimalNumberHandler
public interface NSDecimalNumberBehaviors
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NSDecimalNumberexceptionDuringOperationErrorLeftOperandRightOperand(org.moe.natj.objc.SEL operation, long error, NSDecimalNumber leftOperand, NSDecimalNumber rightOperand)The scale could return NO_SCALE for no defined scale.longroundingMode()shortscale()
-
-
-
Method Detail
-
exceptionDuringOperationErrorLeftOperandRightOperand
NSDecimalNumber exceptionDuringOperationErrorLeftOperandRightOperand(org.moe.natj.objc.SEL operation, long error, NSDecimalNumber leftOperand, NSDecimalNumber rightOperand)
The scale could return NO_SCALE for no defined scale.
-
roundingMode
long roundingMode()
-
scale
short scale()
-
-