fmaxf


Description:

public float fmaxf (float x, float y)

Returns the larger value of x and y.

Note:

Remember to link the math library: valac -X -lm ...

Parameters:

x

A numeric value.

y

A numeric value.


Namespace: GLib.Math
Package: glib-2.0