Hash code for an integer pair.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public int GetHashCode(
	IntPair obj
)
Visual Basic (Declaration)
Public Function GetHashCode ( _
	obj As IntPair _
) As Integer
Visual C++
public:
virtual int GetHashCode(
	IntPair obj
) sealed

Parameters

obj
Type: CenterSpace.NMath.Matrix..::.IntPair
An integer pair.

Return Value

Hash code for the integer pair.

Implements

IEqualityComparer<(Of <(T>)>)..::.GetHashCode(T)

See Also