|
| ELZED | Documentation | The Details | API |
| lzEvalExpHndlToNumThe lzEvalExpHndlToNum function evaluates a pre-parsed expression and returns a numeric result. double lzEvalExpHndlToNum(| | LZObjectHandle hTheExpression | | // the expression to be evaluated |
);
Parameters| hTheExpression | | | An LZObjectHandle identifying the expression to be evaluated. |
Return Value| | A double-precision value containing the result of the evaluation. |
Remarks| | This call will coerce the returned result of the evaluation to a numeric result.
If you are expecting a complex result from the evaluation, note that the number returned is the real part of the potentially complex result. |
Versions| | Introduced in Elzed 1.0.0 Modified in Elzed 2.3.0 -- Dropped lCycles parameter. | | | This page describes the version of lzEvalExpHndlToNum active in Elzed 2.5.0 (124: 2.5.0) |
|
| |