ToolsCombineHashes(Int32, Int32, Int32, Int32, Int32, Int32) Method |
Combines the hash values into a combined hash.
Namespace: RelaxIS_SDK.ToolsAssembly: 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
)
Public Shared Function CombineHashes (
h1 As Integer,
h2 As Integer,
h3 As Integer,
h4 As Integer,
h5 As Integer,
h6 As Integer
) As Integer
Dim h1 As Integer
Dim h2 As Integer
Dim h3 As Integer
Dim h4 As Integer
Dim h5 As Integer
Dim h6 As Integer
Dim returnValue As Integer
returnValue = Tools.CombineHashes(h1,
h2, h3, h4, h5, 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
Int32The combined hash.
See Also