IResizable
            
            
            Appends zero or more columns at the end of a matrix.
            
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
void AppendColumns(
	Matrix<T> data
)Parameters
Remarks
The number of columns of the matrix is increased by the number of columns of data.
Exceptions
| Argument | data is null. | 
| Dimension | The number of rows of data does not equal the number of rows of the matrix. |