Mat LibFind_ R_ C Method
Definition
Namespace: DWSIM.MathOps.MathEx.MatrixOps
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#
private static void Find_R_C(
double[,] Mat,
ref int Row,
ref int Col
)VB
Private Shared Sub Find_R_C (
Mat As Double(,),
ByRef Row As Integer,
ByRef Col As Integer
)