#include <Int128.h>
◆ FUInt128() [1/6]
◆ FUInt128() [2/6]
◆ FUInt128() [3/6]
Default constructor. Initializes the number to zero.
◆ FUInt128() [4/6]
| FUInt128::FUInt128 |
( |
uint64 |
A | ) |
|
|
inline |
Constructor. Initializes this uint128 with a uint64 value.
◆ FUInt128() [5/6]
Constructor. Initializes this uint128 with two uint64 values.
◆ FUInt128() [6/6]
Constructor. Initializes this uint128 with four uint32 values.
◆ Add()
Add an unsigned 32bit value
◆ Divide()
Divide by an unsigned 32bit value
◆ GetQuadPart()
Gets internal quad parts.
◆ IsEqual()
◆ IsGreater()
◆ IsGreaterOrEqual()
| bool FUInt128::IsGreaterOrEqual |
( |
const FUInt128 & |
Other | ) |
const |
|
inline |
◆ IsGreaterThanZero()
◆ IsLess()
◆ IsLessOrEqual()
| bool FUInt128::IsLessOrEqual |
( |
const FUInt128 & |
Other | ) |
const |
|
inline |
◆ IsZero()
◆ Multiply()
Multiply by an unsigned 32bit value
◆ operator*=()
◆ operator+=()
◆ operator-=()
◆ operator/=()
◆ operator<()
◆ operator<=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ operator>()
◆ operator>=()
◆ Set()
Initializes this number with a pair of 64 bit integer values.
◆ SetQuadPart()
Sets internal quad parts.
◆ Sub()
◆ Zero()
◆ operator<<
The documentation for this class was generated from the following file:
- Engine/Source/Runtime/Core/Public/Math/Int128.h