Hash code for an integer pair.
Namespace:
CenterSpace.NMath.MatrixAssembly: 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.