AbstractCalculationEngine.SkipCalculation

AbstractCalculationEngine.SkipCalculation method

Skips the calculation for the entire formula that references to the function currently under evaluation.

public void SkipCalculation()

Remarks

This method can be invoked in the implementation of Calculate to skip the calculation for the entire formula and the original value of the formula will be kept without change.

See Also