FMUtilities.

Hash(int, int, int) Method

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)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
seed int
hash1 int
hash2 int

Return Value

Type Description
int