public static void FindClosestPoints(Helfer.Point[] points, InOut.Ergebnis erg) => FindClosestPoints(Helfer.GenerateSubArray(points, points.Length - 2), points[points.Length - 1].Y, erg);
 public static void Range_Search(int[] input, InOut.Ergebnis erg) => Range_Search(Helfer.GenerateSubArray(input, input.Length - 2, 0), input[input.Length - 1], erg);