Field Summary | ||
---|---|---|
const int | NONE | |
No strategy applied on calculation.
When calculating just use the original double value as operand and return the result directly.
Most efficient for performance and applicable for most cases.
|
||
const int | ROUND | |
Rounds the calculation result according with significant digits.
|
||
const int | DECIMAL | |
Uses decimal as operands when possible.
Most inefficient for performance.
|
const int NONE
const int ROUND
const int DECIMAL