scalblnf


Description:

public float scalblnf (float x, long n)

This function is equivalent to Math.ldexp.

Note:

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

Parameters:

x

A numeric value.

n

A numeric value.


Namespace: GLib.Math
Package: glib-2.0