- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_HashCode_Combine_6
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        7 revisions
      
    Combines hash codes.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static int Combine(
	int h1,
	int h2,
	int h3,
	int h4,
	int h5,
	int h6,
	int h7,
	int h8
)VB
Public Shared Function Combine ( 
	h1 As Integer,
	h2 As Integer,
	h3 As Integer,
	h4 As Integer,
	h5 As Integer,
	h6 As Integer,
	h7 As Integer,
	h8 As Integer
) As IntegerF#
static member Combine : 
        h1 : int * 
        h2 : int * 
        h3 : int * 
        h4 : int * 
        h5 : int * 
        h6 : int * 
        h7 : int * 
        h8 : int -> int 
- h1
 - Type: System.Int32
Hash code 1 - h2
 - Type: System.Int32
Hash code 2 - h3
 - Type: System.Int32
Hash code 3 - h4
 - Type: System.Int32
Hash code 4 - h5
 - Type: System.Int32
Hash code 5 - h6
 - Type: System.Int32
Hash code 6 - h7
 - Type: System.Int32
Hash code 7 - h8
 - Type: System.Int32
Hash code 8 
Type: Int32
Combined hash code