Method Evaluate
Evaluate(Int32, FunctionValues[])
Evaluates the expression for the given document.
Declaration
public abstract double Evaluate(int document, FunctionValues[] functionValues)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | document |
|
FunctionValues[] | functionValues | FunctionValues for each element of Variables. |
Returns
Type | Description |
---|---|
System.Double | The computed value of the expression for the given document. |
Remarks
Evaluates the expression for the given document.