BilinearInterpolationInterpolate Method |
Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static double Interpolate(
Point p,
List<Tuple<Point, double>> points
)
Public Shared Function Interpolate (
p As Point,
points As List(Of Tuple(Of Point, Double))
) As Double
Request Example
View SourceParameters
- p Point
-
- points ListTuplePoint, Double
-
Return Value
DoubleSee Also