Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/DoubleFloat.h |
| Include | #include "Math/DoubleFloat.h" |
Syntax
struct FDFScalar
Remarks
A high-precision floating point type, consisting of two 32-bit floats (High & Low). Usable where doubles (fp64) are not an option. See also the DoubleFloat.ush shader header.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | High | ||
| float | Low |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | GetDouble () |