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