'Declaration Public Overloads Function InsertMatrix( _ ByVal rows As System.Integer, _ ByVal columns As System.Integer, _ ByVal location As InsertLocation _ ) As OMathMatrix
public OMathMatrix InsertMatrix( System.int rows, System.int columns, InsertLocation location )
Parameters
- rows
- Count of rows in the matrix.
- columns
- Count of columns in the matrix.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathMatrix instance.