Returns the value of not-a-number (float.NAN) checking.
Remember to link the math library: valac -X -lm ...
The GLib.Math.finitef function returns a non-zero value if value
is neither infinite nor a not-a
-number (float.NAN) value, and 0 otherwise.
value |
A numeric value. |