ToolsCombineHashes(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
)
Public Shared Function CombineHashes (
h1 As Integer,
h2 As Integer
) As Integer
Dim h1 As Integer
Dim h2 As Integer
Dim returnValue As Integer
returnValue = Tools.CombineHashes(h1,
h2)
Parameters
- h1 Int32
- The first hash.
- h2 Int32
- The second hash.
Return Value
Int32The combined hash.
See Also