Computes the integral floor of the base 2 logarithm of a number.
- Mnemonic
flog2
- Implementations
- Member Duke::FMoreMath::FloorLog2 (float number)
Flavor:Static I4 ← flog2 F4
- Member Duke::FMoreMath::FloorLog2 (double number)
Flavor:Static I4 ← flog2 F8
- Member FBigInteger::FloorLog2 (const FBigInteger &value)
Flavor:Static U4 ← flog2 BI
- Member FBigInteger::FloorLog2 () const
Flavor:Instance U4 ← flog2 BI
- Member UBigIntegerLibrary::FloorLog2_BigInteger (const FBigInteger &In)
Flavor:Blueprint I4 ← flog2 BI
- Member UMoreMathLibrary::FloorLog2_Double (double Number)
Flavor:Blueprint I4 ← flog2 F8
- Member UMoreMathLibrary::FloorLog2_Float (float Number)
Flavor:Blueprint I4 ← flog2 F4