Swaps the position of the given elements in the column.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public void Swap(
	int position1,
	int position2
)
Visual Basic (Declaration)
Public Sub Swap ( _
	position1 As Integer, _
	position2 As Integer _
)
Visual C++
public:
virtual void Swap(
	int position1, 
	int position2
) sealed

Parameters

position1
Type: System..::.Int32
An index.
position2
Type: System..::.Int32
An index.

Implements

IDFColumn..::.Swap(Int32, Int32)

See Also