| ELZED | Documentation | The Details | API |
| lzGetImagParmThe lzGetImagParm function retrieves the imaginary part of a complex numeric parameter for use in a host external operator function. double lzGetImagParm( | LZObjectHandle hExOpUID, | | // a handle to the external operator | | long lParmIndex | | // the index of the desired parameter |
);
ParametershExOpUID | | An Elzed object handle to the external operator. |
lParmIndex | | The zero-based index of the desired parameter. |
Return Value | If the requested parameter exists and is numeric, the parameter value is returned. If the parameter does not exist or is not numeric, the function returns a value of zero and fails silently. Call lzGetLastErrorID or lzGetLastErrorText to determine the reason for the failure. |
Versions | Introduced in Elzed 1.0.0 Modified in Elzed 2.3.0 -- Changed lExOpID to hExOpUID | | This page describes the version of lzGetImagParm active in Elzed 2.5.0 (148: 2.5.0) |
|
| |