public interface IFormulaOptions
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableIterativeCalculation()
Gets whether to enable iterative calculation.
|
double |
getMaximumChange()
Gets the maximum change of iterative calculation.
|
int |
getMaximumIterations()
Gets the maximum iterations of iterative calculation.
|
void |
setEnableIterativeCalculation(boolean value)
Sets whether to enable iterative calculation.
|
void |
setMaximumChange(double value)
Sets the maximum change of iterative calculation.
|
void |
setMaximumIterations(int value)
Sets the maximum iterations of iterative calculation.
|
boolean getEnableIterativeCalculation()
void setEnableIterativeCalculation(boolean value)
int getMaximumIterations()
void setMaximumIterations(int value)
double getMaximumChange()
void setMaximumChange(double value)