Click or drag to resize

ToolsCombineHashes(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
)

Parameters

h1  Int32
The first hash.
h2  Int32
The second hash.

Return Value

Int32
The combined hash.
See Also