Property | Type | Description | |
---|---|---|---|
Core | System |
Method | Description | |
---|---|---|
Initialize ( uint seed, bool managed = true ) : void |
Initializes the hashing core.
|
Method | Description | |
---|---|---|
Core ( ) : System |
Prevents a default instance of the Core class from being created.
|
public Initialize ( uint seed, bool managed = true ) : void | ||
seed | uint | /// The seed value to use for the murmurhash. /// |
managed | bool | /// Whether murmurhash should be in managed space or unmanaged. /// |
return | void |