| ELZED | Documentation | The Details | API |
| lzEvalExpHndlToCompThe lzEvalExpHndlToComp function evaluates an expression and returns a complex result. double lzEvalExpHndlToComp( | LZObjectHandle hTheExpression, | | // the expression to be evaluated | | double* dpImagPart | | // pointer to double |
);
ParametershTheExpression | | An LZObjectHandle identifying the expression to be evaluated. |
dpImagPart | | A pointer to a double precision variable to receive the imaginary part of the complex result. Pass a NULL for this parameter if you do not want the imaginary part returned to you. |
Return Value | A double-precision value containing the real part of the result of the evaluation. |
Remarks | This call will coerce the returned result of the evaluation to a complex number result. |
Versions | Introduced in Elzed 1.2.0 Modified in Elzed 2.3.0 -- Dropped lCycles parameter. | | This page describes the version of lzEvalExpHndlToComp active in Elzed 2.5.0 (122: 2.5.0) |
See Also |
| |