Compares one integer pair to another.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  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.

Return Value

Compares the first integers in each pair. If the first integers are equal, the second integers in the pair are compared.

Implements

IComparable<(Of <(T>)>)..::.CompareTo(T)

See Also