| SharpPlot Reference > SharpPlot Methods > FindExtremes Method >  (Double[],Int32[]) SharpPlot.FindExtremes Method (Double[],Int32[])Find extreme values from array of y-values and integer array of x-values. public double[] FindExtremes(
    double[] data,
    int[] xValues
);
dataArray (of arrays) of y values.
xValuesArray of x values.
return valueBounding box co-ordinates.
 See also ...SharpPlot Members | SharpPlot.FindExtremes Method 
 Send comments on this topic© Dyalog Ltd 2021
 |