IPluginMathNumericEvaluation.NumericEvaluation Method
Numerical calculation of the element.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
bool NumericEvaluation(
Term value,
TNumber[] args,
ref TNumber result
)
Function NumericEvaluation (
value As Term,
args As TNumber(),
ByRef result As TNumber
) As Boolean
bool NumericEvaluation(
Term^ value,
array<TNumber^>^ args,
TNumber^% result
)
abstract NumericEvaluation :
value : Term *
args : TNumber[] *
result : TNumber byref -> bool
- value Term
-
Term to evaluate.
- args TNumber[]
-
Arguments of the element.
- result TNumber
-
Numeric evaluation result.
Boolean
Indicates success of evaluation.