[Previous]
[Up]
[Next]
NSDecimalNumberHandler
Authors
- Richard Frith-Macdonald
-
Version: $Revision: 1.13 $
Date: $Date: 2001/12/12 14:10:12 $
Declared in: Foundation/NSDecimalNumber.h
Inherits from: NSObject
Conforms to: NSDecimalNumberBehaviors
Instance Variables
Methods
Class Methods
+ (id) defaultDecimalNumberHandler;
+ (id) decimalNumberHandlerWithRoundingMode: (NSRoundingMode)roundingMode scale: (short)scale raiseOnExactness: (BOOL)raiseOnExactness raiseOnOverflow: (BOOL)raiseOnOverflow raiseOnUnderflow: (BOOL)raiseOnUnderflow raiseOnDivideByZero: (BOOL)raiseOnDivideByZero;
Instances Methods
- (id) initWithRoundingMode: (NSRoundingMode)roundingMode scale: (short)scale raiseOnExactness: (BOOL)raiseOnExactness raiseOnOverflow: (BOOL)raiseOnOverflow raiseOnUnderflow: (BOOL)raiseOnUnderflow raiseOnDivideByZero: (BOOL)raiseOnDivideByZero;