ArkScript
A small, fast, functional and scripting language for video games
Ark::internal::ieee754::DecomposedDouble Struct Reference

#include <IEEE754Serializer.hpp>

Public Attributes

int32_t exponent
 
int64_t mantissa
 

Detailed Description

Definition at line 37 of file IEEE754Serializer.hpp.

Member Data Documentation

◆ exponent

int32_t Ark::internal::ieee754::DecomposedDouble::exponent

Definition at line 39 of file IEEE754Serializer.hpp.

Referenced by Ark::internal::ieee754::deserialize().

◆ mantissa

int64_t Ark::internal::ieee754::DecomposedDouble::mantissa

Definition at line 40 of file IEEE754Serializer.hpp.

Referenced by Ark::internal::ieee754::deserialize().


The documentation for this struct was generated from the following file: