Constructs an integer pair.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public IntPair(
	int i,
	int j
)
Visual Basic (Declaration)
Public Sub New ( _
	i As Integer, _
	j As Integer _
)
Visual C++
public:
IntPair(
	int i, 
	int j
)

Parameters

i
Type: System..::.Int32
An integer.
j
Type: System..::.Int32
An integer.

See Also