await_float


Description:

[ CCode ( cname = "dex_await_float" ) ]
[ DestroysInstance ]
public float await_float () throws Error

Awaits on this and returns the result as an float.

The resolved value must be of type g_type_float or throws is set.

Parameters:

this

a [class@Dex.Future]

Returns:

an float, or 0 in case of failure and throws is set.