GenericContainer
GenericContaine a tool for C++ programming
Loading...
Searching...
No Matches
c_complex_type Struct Reference

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.
 

Detailed Description

A structure representing a complex number, with real and imaginary components.

Member Data Documentation

◆ imag

double c_complex_type::imag

Imaginary part of the complex number.

◆ real

double c_complex_type::real

Real part of the complex number.


The documentation for this struct was generated from the following file: