fmin


Description:

public double fmin (double x, double y)

Returns the smaller 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