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, 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 Integer
F#
static member Combine : h1 : int * h2 : int * h3 : int * h4 : int * h5 : int * h6 : int * h7 : int * h8 : int -> int
Type: Int32Combined hash code
HashCode ClassCombine OverloadCodeJam Namespace