Click or drag to resize

ToolsCombineHashes(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(
	params int[] hashes
)

Parameters

hashes  Int32
The hashes.

Return Value

Int32
The combined hash.
See Also