INArrayT, DInterchangeRows Method

Interchange Rows in 2D-Array (Matrix)

Definition

Namespace: Metas.UncLib.Core.Ndims.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
void InterchangeRows(
	int index_1,
	int index_2
)

Parameters

index_1  Int32
Row Index 1
index_2  Int32
Row Index 2

See Also