Click or drag to resize

BilinearInterpolationInterpolate Method


Namespace: DWSIM.MathOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static double Interpolate(
	Point p,
	List<Tuple<Point, double>> points
)
Request Example View Source

Parameters

p  Point
 
points  ListTuplePoint, Double
 

Return Value

Double
See Also