Generic MethodTriple Sum 2 Method
Definition
Namespace: DWSIM.Thermodynamics.Utilities.TCP
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
private double TripleSum2(
double V,
double[] Vz
)VB
Private Function TripleSum2 (
V As Double,
Vz As Double()
) As Double