Click or drag to resize

DFColumnSwap Method

Swaps the position of the given elements in the column.

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

Parameters

position1  Int32
An index.
position2  Int32
An index.

Implements

IDFColumnSwap(Int32, Int32)
See Also