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