Method | Description | |
---|---|---|
Evaluate ( string expression, double variables ) : double |
Evaluates specified expression.
|
public static Evaluate ( string expression, double variables ) : double | ||
expression | string | Expression written in postfix polish notation. |
variables | double | Variables for the expression. |
return | double |