Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float Log2
(
float Value |
1.0 / Loge(2) = 1.4426950f | GenericPlatform/GenericPlatformMath.h | |
static double Log2
(
double Value |
1.0 / Loge(2) = 1.442695040888963387 | GenericPlatform/GenericPlatformMath.h |
Log2(float)
Description
1.0 / Loge(2) = 1.4426950f
| Name | Log2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static float Log2
(
float Value
)
Log2(double)
Description
1.0 / Loge(2) = 1.442695040888963387
| Name | Log2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static double Log2
(
double Value
)