csIEEEfloat Struct Reference
[Utilities]
Convert IEEE 32-bit floats from or to native machine floats.
More...
#include <csutil/csendian.h>
Static Public Member Functions | |
| static uint64 | FromNative (double f) |
| Convert native to IEEE. | |
| static uint32 | FromNative (float f) |
| Convert native to IEEE. | |
| static double | ToNative (uint64 f) |
| Convert IEEE to native. | |
| static float | ToNative (uint32 f) |
| Convert IEEE to native. | |
Detailed Description
Convert IEEE 32-bit floats from or to native machine floats.Definition at line 167 of file csendian.h.
Member Function Documentation
| static uint64 csIEEEfloat::FromNative | ( | double | f | ) | [inline, static] |
| static uint32 csIEEEfloat::FromNative | ( | float | f | ) | [inline, static] |
| static double csIEEEfloat::ToNative | ( | uint64 | f | ) | [inline, static] |
| static float csIEEEfloat::ToNative | ( | uint32 | f | ) | [inline, static] |
The documentation for this struct was generated from the following file:
- csutil/csendian.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
