We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Combines hash codes.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static int Combine( int h1, int h2, int h3, int h4 )
VB
Public Shared Function Combine ( h1 As Integer, h2 As Integer, h3 As Integer, h4 As Integer ) As Integer
F#
static member Combine : h1 : int * h2 : int * h3 : int * h4 : int -> int
Type: Int32Combined hash code
HashCode ClassCombine OverloadCodeJam Namespace