IResizable Matrix<T>.Delete Rows Method
Deletes a series of rows from a matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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. |