'宣言 Public Shared Function InterpolatePoints( _ ByVal interpolatedPoints As List(Of Point), _ ByVal p As Double, _ ByVal minPoints As List(Of Point), _ ByVal maxPoints As List(Of Point) _ ) As List(Of Point)
public static List<Point> InterpolatePoints( List<Point> interpolatedPoints, double p, List<Point> minPoints, List<Point> maxPoints )