IMSL C# Numerical Library

Data Constructor (ChartNode, Double[], Double[])

Creates a Data node with x and y values.

public Data(
   ChartNode parent,
   double[] x,
   double[] y
);

Parameters

parent
A ChartNode which specifies the parent of this data node.
x
A double array containing the independant values for this node.
y
A double array containing the dependant values for this node.

See Also

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