ユニークID生成クラス.
More...
|
static UInt64 | GetUid64 (String host, UInt16 port) |
| 「ホスト名:ポート番号」の文字列情報から、64bitのハッシュ値を生成する. More...
|
|
static UInt32 | GetUid32 (String host, UInt16 port) |
| 「ホスト名:ポート番号」の文字列情報から、32bitのハッシュ値を生成する. More...
|
|
static UInt32 mun.MunGenUid.GetUid32 |
( |
String |
host, |
|
|
UInt16 |
port |
|
) |
| |
|
static |
「ホスト名:ポート番号」の文字列情報から、32bitのハッシュ値を生成する.
- Parameters
-
- Returns
- 64bitのハッシュ値を返す。
static UInt64 mun.MunGenUid.GetUid64 |
( |
String |
host, |
|
|
UInt16 |
port |
|
) |
| |
|
static |
「ホスト名:ポート番号」の文字列情報から、64bitのハッシュ値を生成する.
- Parameters
-
- Returns
- 64bitのハッシュ値を返す。
The documentation for this class was generated from the following file: