SimulationFunction.evaluate
simulation.SimulationFunction.evaluate()
Implement this method to provide logic for the function. Use self methods and properties to access the simulation context or defer processing to another function.
evaluate is an abstract method.
Returns
ResultT
-
The result value.