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

Toggles a bit in a number.

Mnemonic
togbit
Implementations
Member FBigInteger::ToggleBit (const FBigInteger &value, int32 bitIndex)

Flavor:Static BI ← togbit BI I4

Member FBigInteger::ToggleBit (int32 bitIndex) const

Flavor:Instance BI ← togbit BI I4

Member FBigInteger::ToggleBitIn (int32 bitIndex)

Flavor:Mutating 0 ← togbit BI I4

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

Flavor:Blueprint BI ← togbit BI I4