| ELZED | Documentation | The Details | API |
| lzSetRealVarByHandleThe lzSetRealVarByHandle function sets the value of the real part of the indicated complex variable. bool lzSetRealVarByHandle( | LZObjectHandle hHandle, | | // a handle to the target variable | | double dRealPart | | // the real part of the target variable value |
);
ParametershHandle | | A handle to the target variable. |
dRealPart | | A double-precision value to be applied to the real 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 lzSetRealVarByHandle active in Elzed 2.5.0 (274: 2.5.0) |
See Also |
| |