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
Count Trailing Zero Bits

Counts the number of trailing zero bits on a number.

Mnemonic
ntz
Implementations
Member FBigInteger::Ntz (const FBigInteger &value)

Flavor:Static I4 ← ntz BI

Member FBigInteger::Ntz () const

Flavor:Instance I4 ← ntz BI

Member UBigIntegerLibrary::CountTrailingZeros_BigInteger (const FBigInteger &Value)

Flavor:Blueprint I4 ← ntz BI