TNumberSubmatrix Method
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public TNumber Submatrix(
int startRow,
int endRow,
int startCol,
int endCol
)
Public Function Submatrix (
startRow As Integer,
endRow As Integer,
startCol As Integer,
endCol As Integer
) As TNumber
public:
TNumber^ Submatrix(
int startRow,
int endRow,
int startCol,
int endCol
)
member Submatrix :
startRow : int *
endRow : int *
startCol : int *
endCol : int -> TNumber
- startRow Int32
-
- endRow Int32
-
- startCol Int32
-
- endCol Int32
-
TNumber