Click or drag to resize

MatLibFind_R_C Method


Namespace: DWSIM.MathOps.MathEx.MatrixOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private static void Find_R_C(
	double[,] Mat,
	ref int Row,
	ref int Col
)
Request Example View Source

Parameters

Mat  Double
 
Row  Int32
 
Col  Int32
 
See Also