Click or drag to resize

IntPairCompareTo Method

Compares one integer pair to another.

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

Parameters

other  IntPair
An integer pair.

Return Value

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

Implements

IComparableTCompareTo(T)
See Also