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