Round#

inline int Round(float f)#

Rounds a float value to the nearest integer.

Parameters:

f[in] Input float value

Returns:

Rounded integer value (rounds towards +infinity)