![]() |
XII Release 0.1.0
|
Simple helper union to store ints and floats to modify their bit patterns. More...
#include <Declarations.h>
Public Member Functions | |
constexpr | xiiIntFloatUnion (float fInit) |
constexpr | xiiIntFloatUnion (xiiUInt32 uiInit) |
Public Attributes | |
xiiUInt32 | i |
float | f |
Simple helper union to store ints and floats to modify their bit patterns.