Skip to content

M_CodeJam_HashCode_Combine

Andrew Koryavchenko edited this page Jun 17, 2018 · 7 revisions

HashCode.Combine Method (Int32, Int32)

Combines hash codes.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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 

Parameters

 

h1
Type: System.Int32
Hash code 1
h2
Type: System.Int32
Hash code 2

Return Value

Type: Int32
Combined hash code

See Also

Reference

HashCode Class
Combine Overload
CodeJam Namespace

Clone this wiki locally