'Declaration Public Overloads Function AddMatrix( _ ByVal rows As System.Integer, _ ByVal columns As System.Integer _ ) As OMathMatrix
public OMathMatrix AddMatrix( System.int rows, System.int columns )
Parameters
- rows
- Count of rows in the matrix.
- columns
- Count of columns in the matrix.
Return Value
The added OMathMatrix instance.