Function
GLibdouble_hash
since: 2.22
Declaration [src]
guint
g_double_hash(
gconstpointerv
)
Description [src]
Converts a pointer to a #gdouble to a hash value.
It can be passed to g_hash_table_new() as the hash_func parameter,
It can be passed to g_hash_table_new() as the hash_func parameter,
when using non-NULL pointers to doubles as keys in a GHashTable.
Available since: 2.22
Parameters
v-
Type:
gconstpointerA pointer to a #gdouble key.
The data is owned by the caller of the function.
Return value
Type: guint
A hash value corresponding to the key.