IResizable Matrix<T>.Delete Rows Method
Deletes a series of rows from a matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
void DeleteRows(
int row,
int count
)
Parameters
Remarks
The number of rows of the matrix is decreased by one.
Exceptions
Argument | row is less than zero or greater
than or equal to the number of rows.
-or- count is less than zero or greater than the number of rows from row to the end. |