yvesGetMatrixRow(Single, Single, Int32) Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static void GetMatrixRow(
float[,] sM,
float[] sV,
int iRow
)
Public Shared Sub GetMatrixRow (
sM As Single(,),
sV As Single(),
iRow As Integer
)
Request Example
View SourceParameters
- sM Single
-
- sV Single
-
- iRow Int32
-
See Also