Skip to content

M_CodeJam_HashCode_Combine_3

andrewvk edited this page Mar 30, 2016 · 7 revisions

HashCode.Combine Method (Int32, Int32, Int32, Int32, Int32)

[This is preliminary documentation and is subject to change.]

Combines hash codes.

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

Syntax

C#

[PureAttribute]
public static int Combine(
	int h1,
	int h2,
	int h3,
	int h4,
	int h5
)

VB

<PureAttribute>
Public Shared Function Combine ( 
	h1 As Integer,
	h2 As Integer,
	h3 As Integer,
	h4 As Integer,
	h5 As Integer
) As Integer

F#

[<PureAttribute>]
static member Combine : 
        h1 : int * 
        h2 : int * 
        h3 : int * 
        h4 : int * 
        h5 : int -> int 

Parameters

 

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

Return Value

Type: Int32
Combined hash code

See Also

Reference

HashCode Class
Combine Overload
CodeJam Namespace

Clone this wiki locally