![]() |
GenericContainer
GenericContaine a tool for C++ programming
|
A structure representing a complex number, with real and imaginary components. More...
#include <GenericContainerCinterface.h>
Public Attributes | |
double | real |
Real part of the complex number. | |
double | imag |
Imaginary part of the complex number. | |
A structure representing a complex number, with real and imaginary components.
double c_complex_type::imag |
Imaginary part of the complex number.
double c_complex_type::real |
Real part of the complex number.