Rounds argument x to an integer value in floating point format, using the current rounding direction and without raising the inexact exception.
x
Remember to link the math library: valac -X -lm ...
valac -X -lm ...
A numeric value.