| ELZED | Documentation | The Details | API |
| lzGetLastRealResultThe lzGetLastRealResult function returns the real part of the last complex result in the current context. double lzGetLastRealResult();
Parameters
Return Value | Returns the real part of the complex value of the last evaluated result. |
Remarks | Keep in mind that this call will not perform a type conversion on the last result. If the last expression evaluation did not have a numeric result, the value returned by this call will be meaningless. Call lzGetLastResultType to find out what was returned by the last evaluation.
If the current context is shared by multiple threads, there is no way to tell which thread produced the last result. This applies to the primary context and to any which you may create yourself.
This call is functionally equivalent to lzGetLastNumResult. |
Versions | Introduced in Elzed 1.2.0 | | This page describes the version of lzGetLastRealResult active in Elzed 2.5.0 (48: 2.5.0) |
See Also |
| |