Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float Exp2
(
float Value |
Returns 2^Value. | GenericPlatform/GenericPlatformMath.h | |
static double Exp2
(
double Value |
GenericPlatform/GenericPlatformMath.h |
Exp2(float)
Description
Returns 2^Value.
| Name | Exp2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static float Exp2
(
float Value
)
Exp2(double)
| Name | Exp2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static double Exp2
(
double Value
)