IResizable Matrix<T>.Delete Column Method
Deletes a column 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 DeleteColumn(
int column
)
Parameters
- column Int32
- The zero-based index of the column to delete.
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. |