Bilinear InterpolationInterpolate Method
Definition
Namespace: DWSIM.MathOps
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 double Interpolate(
Point p,
List<Tuple<Point, double>> points
)VB
Public Shared Function Interpolate (
p As Point,
points As List(Of Tuple(Of Point, Double))
) As Double