yvesSum(Single, Single) 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#
public static void Sum(
float[,] sM,
float[] sV
)VB
Public Shared Sub Sum (
sM As Single(,),
sV As Single()
)