IPluginMathNumericEvaluation.NumericEvaluation Method

Numerical calculation of the element.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
bool NumericEvaluation(
	Term value,
	TNumber[] args,
	ref TNumber result
)

Parameters

value  Term
Term to evaluate.
args  TNumber[]
Arguments of the element.
result  TNumber
Numeric evaluation result.

Return Value

Boolean
Indicates success of evaluation.

See Also