IMSL C# Numerical Library

Data Constructor (ChartNode, ChartFunction, Double, Double)

Creates a Data node with y values.

public Data(
   ChartNode parent,
   ChartFunction cf,
   double a,
   double b
);

Parameters

parent
A ChartNode which specifies the parent of this data node.
cf
A ChartFunction that defines the function to be plotted.
a
A double that contains the left endpoint.
b
A double that contains the right endpoint.

Remarks

The x values are set to the double array containing {0,1,...,y.Length-1}.

See Also

Data Class | Imsl.Chart2D Namespace | Data Constructor Overload List