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 MakePositiveFactors
&40;
BigInt & FactorA,
int32 & SignA,
BigInt & FactorB,
int32 & SignB
&41;
Remarks
Makes sure both factors are positive integers and stores their original signs
Parameters
Name | Description |
---|---|
FactorA | first factor |
SignA | sign of the first factor |
FactorB | second factor |
SignB | sign of the second pactor |