 | DFColumnSwap Method |
Swaps the position of the given elements in the column.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void Swap(
int position1,
int position2
)
Public Sub Swap (
position1 As Integer,
position2 As Integer
)
public:
virtual void Swap(
int position1,
int position2
) sealed
abstract Swap :
position1 : int *
position2 : int -> unit
override Swap :
position1 : int *
position2 : int -> unit
Parameters
- position1 Int32
- An index.
- position2 Int32
- An index.
Implements
IDFColumnSwap(Int32, Int32)
See Also