BilinearInterpolationInterpolate Method

Definition

Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static double Interpolate(
	Point p,
	List<Tuple<Point, double>> points
)

Parameters

p  Point
 
points  ListTuplePoint, Double
 

Return Value

Double

See Also