API  1.0.0
CPDecimalNumberHandler.h
Go to the documentation of this file.
1 
3 {
4  CPRoundingMode _roundingMode;
5  short _scale;
6  BOOL _raiseOnExactness;
7  BOOL _raiseOnOverflow;
8  BOOL _raiseOnUnderflow;
9  BOOL _raiseOnDivideByZero;
10 }
11 @end
Decimal floating point number exception and rounding behavior. This class is mutable.