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
Min

Returns the smaller of two or more numbers.

Mnemonic
min
Implementations
Member FBigInteger::Min (const FBigInteger &lhs, const FBigInteger &rhs)

Flavor:Static BI ← min BI BI

Member FBigInteger::MinIn (const FBigInteger &rhs)

Flavor:Mutating 0 ← min BI BI

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

Flavor:Blueprint BI ← min BI BI