Click or drag to resize

IDFColumnSwap Method

Swaps the position of the given elements in the column.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
void Swap(
	int position1,
	int position2
)

Parameters

position1  Int32
An index.
position2  Int32
An index.
See Also