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[] sV1,
float[] sV2,
float[] sR
)VB
Public Shared Sub Add (
sV1 As Single(),
sV2 As Single(),
sR As Single()
)