Click or drag to resize

IntPairGetHashCode Method

Hash code for an integer pair.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int GetHashCode(
	IntPair obj
)

Parameters

obj  IntPair
An integer pair.

Return Value

Int32
Hash code for the integer pair.

Implements

IEqualityComparerTGetHashCode(T)
See Also