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 )
VB
Public Shared Function Combine ( h1 As Integer, h2 As Integer ) As Integer
F#
static member Combine : h1 : int * h2 : int -> int
Type: Int32Combined hash code
HashCode ClassCombine OverloadCodeJam Namespace