#include <VVMFloat.h>
|
| struct | VValue |
| |
| constexpr VFloat | operator+ (VFloat Operand) |
| |
| COREPRECISEFP_API friend VFloat | operator- (VFloat Operand) |
| |
| COREPRECISEFP_API friend VFloat | operator+ (VFloat Left, VFloat Right) |
| |
| COREPRECISEFP_API friend VFloat | operator- (VFloat Left, VFloat Right) |
| |
| COREPRECISEFP_API friend VFloat | operator* (VFloat Left, VFloat Right) |
| |
| COREPRECISEFP_API friend VFloat | operator/ (VFloat Left, VFloat Right) |
| |
| COREPRECISEFP_API friend bool | operator== (VFloat Left, VFloat Right) |
| |
| COREPRECISEFP_API friend bool | operator< (VFloat Left, VFloat Right) |
| |
| COREPRECISEFP_API friend bool | operator<= (VFloat Left, VFloat Right) |
| |
| bool | operator!= (VFloat Left, VFloat Right) |
| |
| bool | operator> (VFloat Left, VFloat Right) |
| |
| bool | operator>= (VFloat Left, VFloat Right) |
| |
◆ VFloat() [1/2]
◆ VFloat() [2/2]
| Verse::VFloat::VFloat |
( |
double |
InValue | ) |
|
|
inlineexplicit |
◆ AsDouble()
| double Verse::VFloat::AsDouble |
( |
| ) |
const |
|
inline |
◆ Infinity()
◆ IsFinite()
| bool Verse::VFloat::IsFinite |
( |
| ) |
const |
◆ IsInfinite()
| bool Verse::VFloat::IsInfinite |
( |
| ) |
const |
◆ IsNaN()
| bool Verse::VFloat::IsNaN |
( |
| ) |
const |
◆ NaN()
◆ operator*=()
◆ operator+=()
◆ operator-=()
◆ operator/=()
◆ Purify()
| VFloat Verse::VFloat::Purify |
( |
| ) |
const |
◆ Ranking()
| int64 Verse::VFloat::Ranking |
( |
| ) |
const |
◆ ReinterpretAsUInt64()
| uint64 Verse::VFloat::ReinterpretAsUInt64 |
( |
| ) |
const |
|
inline |
◆ operator!=
◆ operator*
◆ operator+ [1/2]
◆ operator+ [2/2]
◆ operator- [1/2]
◆ operator- [2/2]
◆ operator/
◆ operator<
◆ operator<=
◆ operator==
◆ operator>
◆ operator>=
◆ VValue
The documentation for this struct was generated from the following files:
- Engine/Source/Runtime/CorePreciseFP/Public/VerseVM/VVMFloat.h
- Engine/Source/Runtime/CorePreciseFP/Private/VerseVM/VVMFloat.cpp