IResizable Matrix<T>.Delete Columns Method
Deletes a series of columns 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 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. |