GObject.Float

GObject.Float represents the gfloat type in the GObject type system. You can pass this class object to methods taking a GObject.Type.

A gfloat value is a single-precision floating point number.

Creating a new object with new GObject.Float returns a Number object with value 0.

Calling GObject.Float(arg) will coerce the argument to a number.