Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FMath
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
float | RoundToZero
(
float F |
Converts a floating point number to an integer which is closer to zero, "smaller" in absolute value: 0.1 becomes 0, -0.1 becomes 0 |
![]() ![]() |
double | RoundToZero
(
double F |