KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 
 API 

lzSetComplexVarByHandle

The 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



  Copyright  ©  MMXXV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy