Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath > API/Runtime/Core/Math/FMath/Log2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include | #include "Math/UnrealMathUtility.h" |
static double Log2
&40;
double Value
&41;
Remarks
Computes the base 2 logarithm of the specified value the base 2 log of the value
Parameters
| Name | Description |
|---|---|
| Value | the value to perform the log on |