A structure representing a complex number, with real and imaginary components. More...
#include <GenericContainerInterface_C.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.