IPermutable.Swap Method
Swaps the items at the specified index in the object.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
void Swap(
int index1,
int index2
)