I am trying to use ScottPlot spline fitting and cannot seem to get the syntax right for declaring the arrays.
(double[] smoothXs, double[] smoothYs) = ScottPlot.Statistics.Interpolation.Cubic.InterpolateXY(xs, ys, 200);
This is where I cannot get the VB correct VB syntax.: (double[] smoothXs, double[] smoothYs)
Any help would be greatly appreciated.
(double[] smoothXs, double[] smoothYs) = ScottPlot.Statistics.Interpolation.Cubic.InterpolateXY(xs, ys, 200);
This is where I cannot get the VB correct VB syntax.: (double[] smoothXs, double[] smoothYs)
Any help would be greatly appreciated.