| ELZED | Documentation | The Details | API |
| lzSetImagVarByHandleThe lzSetImagVarByHandle sets the value of the imaginary part of the indicated complex variable. bool lzSetImagVarByHandle( | LZObjectHandle hHandle, | | // a handle to the desired variable | | double dImagPart | | // the imaginary part of the target variable value |
);
ParametershHandle | | A handle to the desired variable. |
dImagPart | | A double-precision value to be applied to the imaginary part of the target variable. |
Return Value | Returns TRUE if the variable was successfully found, otherwise FALSE. |
Versions | Introduced in Elzed 2.4.0 | | This page describes the version of lzSetImagVarByHandle active in Elzed 2.5.0 (270: 2.5.0) |
See Also |
| |