Short.HashCode(Int16) 方法

定义

返回值的 short 哈希代码;与 Short.hashCode()..

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

参数

value
Int16

要哈希的值

返回

值的哈希代码值 short

属性

注解

返回值的 short 哈希代码;与 Short.hashCode()..

已在 1.8 中添加。

Java文档java.lang.Short.hashCode(short)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于