Click or drag to resize

yvesGetMatrixColumn(Single, Single, Int32, Int32) Method


Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static void GetMatrixColumn(
	float[,] sM,
	float[] sV,
	int iCol,
	int iStartRow
)
Request Example View Source

Parameters

sM  Single
 
sV  Single
 
iCol  Int32
 
iStartRow  Int32
 
See Also