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

Complex single precision floating point number. More...

#include <DataTypes.h>

Public Member Functions

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

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: