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# |
|---|
void Swap(
int position1,
int position2
) |
| Visual Basic (Declaration) |
|---|
Sub Swap ( _
position1 As Integer, _
position2 As Integer _
) |
| Visual C++ |
|---|
void Swap(
int position1,
int position2
) |
See Also