Compares one integer pair to another.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public int CompareTo( IntPair other ) |
| Visual Basic (Declaration) |
|---|
Public Function CompareTo ( _ other As IntPair _ ) As Integer |
| Visual C++ |
|---|
public: virtual int CompareTo( IntPair other ) sealed |
Parameters
- other
- Type: CenterSpace.NMath.Matrix..::.IntPair
An integer pair.