LM.Round(f)

Version added: before 9.5
Returns the closest integer to the supplied value

Arguments:

Name Type Description Default Ver
f real A number to round < 9.5

Return value:

int32 closest integer to the value passed in
Returns the closest integer to the supplied value. In other words, value is rounded off.
<< Back to LM