How to perform a calculation

Top  Previous  Next

In order to perform a calculation 3 steps are needed:

 

#1 Write the model to the dll

#2 Write the feed to the dll and call the calculation function

#3 Retrieve the result from the dll

 

Step 1 does not have to be repeated for each calculation.

So if several calculations like for example several flash calculations are to be done, step 1 only have to be done once.