Duke's Big Numbers 1.0
C++ and Blueprint libraries for performing math, analysis, and formatting with really large numbers (>10e308).
Loading...
Searching...
No Matches
Compare Magnitude

Compares the magnitude of two numbers and returns the result as a three-way comparison value.

Mnemonic
cmpmag
Implementations
Member FBigInteger::CompareMagnitude (const FBigInteger &lhs, const FBigInteger &rhs)

Flavor:Static I4 ← cmpmag BI BI

Member FBigInteger::CompareMagnitudeTo (const FBigInteger &rhs) const

Flavor:Instance I4 ← cmpmag BI BI

Member UBigIntegerLibrary::CompareMagnitude_BigIntegerBigInteger (const FBigInteger &A, const FBigInteger &B)

Flavor:Blueprint I4 ← cmpmag BP BI