finitef


Description:

public int finitef (float value)

Returns the value of not-a-number (float.NAN) checking.

Note:

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.

Parameters:

value

A numeric value.


Namespace: GLib.Math
Package: glib-2.0