Complex single precision floating point number.
More...
|
| cfloat () |
| Construct a new csingle with 0.0 real and imag.
|
|
| cfloat (float r, float i) |
| Construct a new cfloat. More...
|
|
|
float | real |
| real component
|
|
float | imag |
| imaginary component
|
|
Complex single precision floating point number.
64-bit complex float
◆ cfloat()
RobotRaconteur::cfloat::cfloat |
( |
float |
r, |
|
|
float |
i |
|
) |
| |
|
inline |
Construct a new cfloat.
- Parameters
-
r | real component |
i | imaginary component |
The documentation for this struct was generated from the following file:
- /home/runner/work/robotraconteur/robotraconteur/robotraconteur/RobotRaconteurCore/include/RobotRaconteur/DataTypes.h