NArrayT, DInterchangeRows Method
Interchange Rows in 2D-Array (Matrix)
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public void InterchangeRows(
int index_1,
int index_2
)
Public Sub InterchangeRows (
index_1 As Integer,
index_2 As Integer
)
public:
virtual void InterchangeRows(
int index_1,
int index_2
) sealed
abstract InterchangeRows :
index_1 : int *
index_2 : int -> unit
override InterchangeRows :
index_1 : int *
index_2 : int -> unit
- index_1 Int32
- Row Index 1
- index_2 Int32
- Row Index 2
INArrayT, DInterchangeRows(Int32, Int32)