com.aspose.cells.CalculationPrecisionStrategy.html Maven / Gradle / Ivy
CalculationPrecisionStrategy
com.aspose.cells
Class CalculationPrecisionStrategy
java.lang.Object
com.aspose.cells.CalculationPrecisionStrategy
public class CalculationPrecisionStrategy
- extends java.lang.Object
Field Summary | ||
---|---|---|
static final 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. | ||
static final int | ROUND | |
Rounds the calculation result according with significant digits. | ||
static final int | DECIMAL | |
Uses decimal as operands when possible. Most inefficient for performance. |
Field Detail |
---|
NONE | |
public static final 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.
ROUND | |
public static final int ROUND |
Rounds the calculation result according with significant digits.
DECIMAL | |
public static final int DECIMAL |
Uses decimal as operands when possible. Most inefficient for performance.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.