IMSL C# Numerical Library

Data Constructor (ChartNode, Double[])

Creates a Data node with y values.

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

Parameters

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

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