Click or drag to resize

IntPair Constructor

Constructs an integer pair.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IntPair(
	int i,
	int j
)

Parameters

i  Int32
An integer.
j  Int32
An integer.
See Also