Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FFloat32 Class Reference

#include <Float32.h>

Public Member Functions

 FFloat32 (float InValue=0.0f)
 

Public Attributes

union { 
 
   struct { 
 
      uint32   Sign: 1 
 
      uint32   Exponent: 8 
 
      uint32   Mantissa: 23 
 
   }   Components 
 
   float   FloatValue 
 
};  
 

Detailed Description

32 bit float components

Definition at line 10 of file Float32.h.

Constructor & Destructor Documentation

◆ FFloat32()

FORCEINLINE FFloat32::FFloat32 ( float InValue = 0.0f)

Constructor

Parameters
InValuevalue of the float.

Definition at line 41 of file Float32.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ [union]

union { ... } FFloat32

◆ [struct]

struct { ... } FFloat32::Components

◆ Exponent

uint32 FFloat32::Exponent

Definition at line 24 of file Float32.h.

◆ FloatValue

float FFloat32::FloatValue

Definition at line 29 of file Float32.h.

◆ Mantissa

uint32 FFloat32::Mantissa

Definition at line 25 of file Float32.h.

◆ Sign

uint32 FFloat32::Sign

Definition at line 23 of file Float32.h.


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