次の方法で共有


UInt64.GetHashCode メソッド

このインスタンスのハッシュ コードを返します。

UInt64 型は CLS との互換性がありません。CLS との互換性が必要な場合は、代わりに Decimal を使用してください。Int64 は、元の値が UInt64.MaxValue の半分以下の場合に使用されます。CLS との互換性に関する詳細については 「共通言語仕様の概要」 を参照してください。

Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();
[C++]
public: int GetHashCode();
[JScript]
public override function GetHashCode() : int;

戻り値

32 ビット符号付き整数ハッシュ コード。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

UInt64 構造体 | UInt64 メンバ | System 名前空間