yvesMax(Single, Int32, Int32) Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static float Max(
float[,] sM,
ref int iCol,
ref int iRow
)
Public Shared Function Max (
sM As Single(,),
ByRef iCol As Integer,
ByRef iRow As Integer
) As Single
Request Example
View SourceParameters
- sM Single
-
- iCol Int32
-
- iRow Int32
-
Return Value
SingleSee Also