Seawaterget_ Cubic Roots Method
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary
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#
public long get_CubicRoots(
double R,
double S,
double t,
ref double x1,
ref double x2,
ref double x3
)VB
Public Function get_CubicRoots (
R As Double,
S As Double,
t As Double,
ByRef x1 As Double,
ByRef x2 As Double,
ByRef x3 As Double
) As Long