yvesAdd(Single, 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 Add(
float[,] sM1,
float[,] sM2,
float[,] sMR
)VB
Public Shared Sub Add (
sM1 As Single(,),
sM2 As Single(,),
sMR As Single(,)
)