Robot Raconteur Core C++ Library
Loading...
Searching...
No Matches
RobotRaconteur::cdouble Struct Reference

Complex double precision floating point number. More...

#include <DataTypes.h>

Public Member Functions

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

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: