Namespace: DWSIM.MathOps.MathEx.MatrixOpsAssembly: 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
)
Private Shared Sub Find_R_C (
Mat As Double(,),
ByRef Row As Integer,
ByRef Col As Integer
)
Request Example
View SourceParameters
- Mat Double
-
- Row Int32
-
- Col Int32
-
See Also