IResizable Matrix<T>.Delete Column Method
Deletes a column 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 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. |