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
Clear Bit

Clears a bit in a number.

Mnemonic
clrbit
Implementations
Member FBigInteger::ClearBit (const FBigInteger &value, int32 bitIndex)

Flavor:Static BI ← clrbit BI I4

Member FBigInteger::ClearBit (int32 bitIndex) const

Flavor:Instance BI ← clrbit BI I4

Member FBigInteger::ClearBitIn (int32 bitIndex)

Flavor:Mutating 0 ← clrbit BI I4

Member UBigIntegerLibrary::ClearBit_BigIntegerInt (const FBigInteger &Value, int32 Bit)

Flavor:Blueprint BI ← clrbit BI I4