Summary
Returns a hash value from the given parameters.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
- Containing Type
- FMUtilities
Syntax
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static int Hash(int seed, int hash1, int hash2, int hash3, int hash4)
Attributes
Type | Description |
---|---|
MethodImplAttribute |
Parameters
Name | Type | Description |
---|---|---|
seed | int | |
hash1 | int | |
hash2 | int | |
hash3 | int | |
hash4 | int |
Return Value
Type | Description |
---|---|
int |