IResizable Matrix<T>.Delete Columns Method
Deletes a series of columns 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 DeleteColumns(
int column,
int count
)
Parameters
Remarks
The number of columns of the matrix is decreased by one.
Exceptions
Argument | column is less than zero or greater than or equal to the number of columns. -or- count is less than zero or greater than the number of columns from column to the end. |