Click or drag to resize

ToolsCombineHashes(Int32, Int32, Int32, Int32, Int32, Int32) Method

Combines the hash values into a combined hash.

Namespace: RelaxIS_SDK.Tools
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static int CombineHashes(
	int h1,
	int h2,
	int h3,
	int h4,
	int h5,
	int h6
)

Parameters

h1  Int32
The first hash.
h2  Int32
The second hash.
h3  Int32
The third hash.
h4  Int32
The fourth hash.
h5  Int32
The fifth hash.
h6  Int32
The sixth hash.

Return Value

Int32
The combined hash.
See Also