lrintf

Rounds x to the nearest integer value

version(unittest)
extern (C)
int
lrintf
(
float x
)

Parameters

x float

value to round

Return Value

Type: int

nearest integer value of x

Meta