Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float CeilToFloat
(
float F |
Converts a float to the nearest greater or equal integer. | GenericPlatform/GenericPlatformMath.h | |
static double CeilToFloat
(
double F |
GenericPlatform/GenericPlatformMath.h |
CeilToFloat(float)
Description
Converts a float to the nearest greater or equal integer.
| Name | CeilToFloat |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static float CeilToFloat
(
float F
)
An integer greater or equal to 'F'.
Parameters
| Name | Remarks |
|---|---|
| F | Floating point value to convert |
CeilToFloat(double)
| Name | CeilToFloat |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static double CeilToFloat
(
double F
)