Swaps the position of the given elements in the column.
Namespace:
CenterSpace.NMath.StatsAssembly: 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 |