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
Select

Selects one of two numbers based on a boolean value.

Mnemonic
sel
Implementations
Member FBigInteger::Select (const FBigInteger &whenTrue, const FBigInteger &whenFalse, bool condition)

Flavor:Static BI ← sel BI BI B

Member FBigInteger::SelectIn (const FBigInteger &rhs, bool condition)

Flavor:Mutating 0 ← sel BI BI B

Member UBigIntegerLibrary::Select_BigInteger (const FBigInteger &WhenTrue, const FBigInteger &WhenFalse, bool Condition)

Flavor:Blueprint BI ← sel BI BI B