函数

GLibdouble_hash

自:2.22 起

声明 [源代码]

guint
g_double_hash (
  gconstpointer v
)

说明 [源代码]

将指向 #gdouble 的指针转换为哈希值。可用作 #g_hash_table_new() 的 hash_func 参数,在将指向 double 的非 NULL 指针用作 GHashTable 中的键时。

自版本 2.22 起可用

参数

v

类型: gconstpointer

指向 #gdouble 键的指针。

数据归函数调用者所有。

返回值

类型: guint

与键对应的哈希值。