|
| ELZED | Documentation | The Details | API |
| lzSetComplexVarByHandleThe lzSetComplexVarByHandle function sets the values of the indicated complex variable. bool lzSetComplexVarByHandle(| | LZObjectHandle hHandle, | | // a handle to the variable | | | double dRealPart, | | // the real part of the variable value | | | double dImagPart | | // the imaginary part of the variable value |
);
Parameters| hHandle | | | A handle to the variable. |
| dRealPart | | | A double-precision value to be applied to the target variable. |
| dImagPart | | | A double-precision value to be applied to the target variable. |
Return Value| | Returns TRUE if the variable was successfully found or created, otherwise FALSE. |
Versions| | Introduced in Elzed 2.4.0 | | | This page describes the version of lzSetComplexVarByHandle active in Elzed 2.5.0 (266: 2.5.0) |
See Also |
| |