KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzEvalExpHndlToNum

The 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)


  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy