Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private static void GetBounds(
float[,] sM,
ref int iHiRow,
ref int iHiCol
)
Private Shared Sub GetBounds (
sM As Single(,),
ByRef iHiRow As Integer,
ByRef iHiCol As Integer
)
Request Example
View SourceParameters
- sM Single
-
- iHiRow Int32
-
- iHiCol Int32
-
See Also