Robot Raconteur Core C++ Library
Public Member Functions | Public Attributes | List of all members
RobotRaconteur::cdouble Struct Reference

Complex double precision floating point number. More...

Public Member Functions

 cdouble ()
 Construct a new cdouble with 0.0 real and imag.
 
 cdouble (double r, double i)
 Construct a new cdouble. More...
 

Public Attributes

double real
 real component
 
double imag
 imaginary component
 

Detailed Description

Complex double precision floating point number.

128-bit complex float

Constructor & Destructor Documentation

◆ cdouble()

RobotRaconteur::cdouble::cdouble ( double  r,
double  i 
)
inline

Construct a new cdouble.

Parameters
rreal component
iimaginary component

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