Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void SubMatrix(
float[,] sA,
float[,] sB,
int iRow,
int iCol
)
Public Shared Sub SubMatrix (
sA As Single(,),
sB As Single(,),
iRow As Integer,
iCol As Integer
)
Request Example
View SourceParameters
- sA Single
-
- sB Single
-
- iRow Int32
-
- iCol Int32
-
See Also