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
Max

Returns the larger of two or more numbers.

Mnemonic
max
Implementations
Member FBigInteger::Max (const FBigInteger &lhs, const FBigInteger &rhs)

Flavor:Static BI ← max BI BI

Member FBigInteger::MaxIn (const FBigInteger &rhs)

Flavor:Mutating 0 ← max BI BI

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

Flavor:Blueprint BI ← max BI BI