Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
| Type | Name | Description | |
|---|---|---|---|
| float | RoundToPositiveInfinity
(
float F |
Converts a floating point number to an integer which is more positive: 0.1 becomes 1, -0.1 becomes 0 | |
| double | RoundToPositiveInfinity
(
double F |