Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBigInt
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/BigInt.h |
Include | #include "Math/BigInt.h" |
static void RestoreSign
&40;
BigInt & Result,
int32 SignA,
int32 SignB
&41;
Remarks
Restores a sign of a result based on the sign of two factors that produced the result.
Parameters
Name | Description |
---|---|
Result | math opration result |
SignA | sign of the first factor |
SignB | sign of the second factor |