![]() |
Plasma Engine
2.0
|
Simple helper union to store ints and doubles to modify their bit patterns. More...
#include <Declarations.h>
Public Member Functions | |
constexpr | plInt64DoubleUnion (double fInit) |
constexpr | plInt64DoubleUnion (plUInt64 uiInit) |
Public Attributes | |
plUInt64 | i |
double | f |
Simple helper union to store ints and doubles to modify their bit patterns.