Returning a Range of Values using AbstractCalculationEngine

Contents
[ ]

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

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

Now use above function into your program