The IntPair type exposes the following members.

Constructors

  NameDescription
IntPair
Constructs an integer pair.

Methods

  NameDescription
CompareTo
Compares one integer pair to another.
EqualsOverloaded.
GetHashCodeOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Fields

  NameDescription
I
The first integer in the pair.
J
The second integer in the pair.

See Also