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

Complex single precision floating point number. More...

Public Member Functions

 cfloat ()
 Construct a new csingle with 0.0 real and imag.
 
 cfloat (float r, float i)
 Construct a new cfloat. More...
 

Public Attributes

float real
 real component
 
float imag
 imaginary component
 

Detailed Description

Complex single precision floating point number.

64-bit complex float

Constructor & Destructor Documentation

◆ cfloat()

RobotRaconteur::cfloat::cfloat ( float  r,
float  i 
)
inline

Construct a new cfloat.

Parameters
rreal component
iimaginary component

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