Seawaterxinterp 1 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#
private double xinterp1(
ref double[] x,
ref double[] y,
long n,
double x0
)VB
Private Function xinterp1 (
ByRef x As Double(),
ByRef y As Double(),
n As Long,
x0 As Double
) As Double