[ 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.
| this |
a [class@Dex.Future] |
|
an float, or 0 in case of failure and throws is set. |