API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
自:2.22 起
guint g_double_hash ( gconstpointer v )
将指向 #gdouble 的指针转换为哈希值。可用作 #g_hash_table_new() 的 hash_func 参数,在将指向 double 的非 NULL 指针用作 GHashTable 中的键时。
hash_func
NULL
GHashTable
自版本 2.22 起可用
v
类型: gconstpointer
gconstpointer
指向 #gdouble 键的指针。
类型: guint
guint
与键对应的哈希值。