In This Topic ▼

L_COMPLEX

Summary

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

Syntax

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

Members

r

Real part of a complex number.

i

Imaginary part of a complex number.

Usage

See Also

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

LEADTOOLS Raster Imaging C++ Class Library Help

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