| SharpPlot Reference > SharpPlot Methods > FindExtremes Method >  (Int32[][],Int32[]) SharpPlot.FindExtremes Method (Int32[][],Int32[])Find extreme values from integer array of arrays of y-values and x-values. public double[] FindExtremes(
    int[][] 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
 |