Package: glib

Function glib:variant-double

Lambda List

glib:variant-double (value)

Arguments

value -- a g:variant instance for a double float

Return Value

The double float.

Details

Returns the double precision floating point value of value. It is an error to call this function with a value of any type other than a g:variant-type type with the "d" type string.
 

See also

#2024-11-20