API 0.9.5
Foundation/CPDecimalNumberHandler.h
Go to the documentation of this file.
00001 
00002 @interface CPDecimalNumberHandler : CPObject
00003 {
00004     CPRoundingMode _roundingMode;
00005     short _scale;
00006     BOOL _raiseOnExactness;
00007     BOOL _raiseOnOverflow;
00008     BOOL _raiseOnUnderflow;
00009     BOOL _raiseOnDivideByZero;
00010 }
00011 @end
 All Classes Files Functions Variables Defines