yvesGet Matrix Column(Single, Single, Int 32, Int 32) Method
Definition
Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static void GetMatrixColumn(
float[,] sM,
float[] sV,
int iCol,
int iStartRow
)VB
Public Shared Sub GetMatrixColumn (
sM As Single(,),
sV As Single(),
iCol As Integer,
iStartRow As Integer
)