| TESBRoundingType Type | 
Unit
QESBPCSMath
Declaration
TESBRoundingType = (ertBankers, ertDown, ertUp, ertChop);
| Values | 
| ertBankers | This is the default. 5 is rounded to the nearest even. When ever the Maths Processor is Initialised it returns to this state. | 
| ertDown | 5 is always rounded down. | 
| ertUp | 5 us always rounded up. | 
| ertChop | - Rounding always Truncates. | 
|  |