Performs a calculation of previously compiled formula by its name using passed values.
Namespace: uStrata.MathDaemon.ComputationAssembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
Syntax
Parameters
- name
- Type: System String
Name of expression to evaluate
- values
- Type: System.Collections.Generic Dictionary String, Double
Values collection to replace currently stored data
Return Value
Type: Doublecalculated result, or double.NaN in case of any failure
See Also