Evaluates specified expression.
Namespace:
AForgeAssembly: AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- expression
- Type: System..::.String
Expression written in postfix polish notation.
- variables
- Type: array<
System..::.Double
>[]()[]
Variables for the expression.
Return Value
Evaluated value of the expression.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | Unsupported function is used in the expression. |
| System..::.ArgumentException | Incorrect postfix polish expression. |