|
Vital
|
A small union to reinterpret an int as a float or vice versa. More...
#include <utils.h>
Public Attributes | |
| int | i |
| Integer representation. | |
| mono_float | f |
| Float representation. | |
A small union to reinterpret an int as a float or vice versa.
| mono_float vital::utils::int_float::f |
Float representation.
| int vital::utils::int_float::i |
Integer representation.