IPermutable.Swap Method

Swaps the items at the specified index in the object.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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