yvesGet Bounds 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#
private static void GetBounds(
float[,] sM,
ref int iHiRow,
ref int iHiCol
)VB
Private Shared Sub GetBounds (
sM As Single(,),
ByRef iHiRow As Integer,
ByRef iHiCol As Integer
)