Returning a Range of Values using AbstractCalculationEngine

Contents
[ ]

The following code demonstrates the use of the AbstractCalculationEngine class and returns a range of values via its method.

Create a class with a function CalculateCustomFunction. This class implements the AbstractCalculationEngine.

Now use the above function in your program