Half.HashCode(Int16) 方法

定义

返回半精度浮点值的哈希代码。

[Android.Runtime.Register("hashCode", "(S)I", "", ApiSince=26)]
public static int HashCode (short h);
[<Android.Runtime.Register("hashCode", "(S)I", "", ApiSince=26)>]
static member HashCode : int16 -> int

参数

h
Int16

要哈希的值

返回

半精度浮点值的哈希代码值

属性

注解

返回半精度浮点值的哈希代码。

适用于 . 的 android.util.Half.hashCode(short)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于