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.0
C#
void Swap(
	int index1,
	int index2
)

Parameters

index1  Int32
The zero-based index of the first item.
index2  Int32
The zero-based index of the second item.

See Also