TMatrixSubmatrix Method

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public TMatrix Submatrix(
	int startRow,
	int endRow,
	int startCol,
	int endCol
)

Parameters

startRow  Int32
 
endRow  Int32
 
startCol  Int32
 
endCol  Int32
 

Return Value

TMatrix

See Also