Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
float | RoundHalfToEven
(
float F |
Converts a floating point number to the nearest integer, equidistant ties go to the value which is closest to an even value: 1.5 becomes 2, 0.5 becomes 0 |
![]() ![]() |
double | RoundHalfToEven
(
double F |
Converts a floating point number to the nearest integer, equidistant ties go to the value which is closest to an even value: 1.5 becomes 2, 0.5 becomes 0 |