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 Leading Zero Bits

Counts the number of leading zero bits used to pad a number to its word size.

Mnemonic
nlz
Implementations
Member FBigInteger::Nlz (const FBigInteger &value)

Flavor:Static I4 ← nlz BI

Member FBigInteger::Nlz () const

Flavor:Instance I4 ← nlz BI

Member UBigIntegerLibrary::CountLeadingZeros_BigInteger (const FBigInteger &Value)

Flavor:Blueprint I4 ← nlz BI