In This Topic ▼

L_COMPLEX

typedef struct _COMPLEX 
{ 
   L_DOUBLE r; 
   L_DOUBLE i; 
} L_COMPLEX, *pCOMPLEX; 

The L_COMPLEX structure contains a complex number representing a specific frequency component in Fourier Transform functions.

Members

r

Real part of a complex number.

i

Imaginary part of a complex number.

Comments

The structure is used by:

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.