Curve Constructor

Overload List

CurveInitializes a new empty Curve instance.
Curve(String, String, CurveType)Initializes a new Curve with an identifier, name, and type but no data points.
Curve(String, String, ListDouble, String, ListDouble, String, CurveType)Initializes a new Curve with full data and unit information.

See Also