| ToolsCombineHashes(Int32) Method | 
 Combines the hash values into a combined hash.
 
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
 Syntax
Syntaxpublic static int CombineHashes(
	params int[] hashes
)
Public Shared Function CombineHashes ( 
	ParamArray hashes As Integer()
) As Integer
Dim hashes As Integer()
Dim returnValue As Integer
returnValue = Tools.CombineHashes(hashes)
Parameters
- hashes  Int32
- The hashes.
Return Value
Int32The combined hash.
 See Also
See Also