Curve(String, String, ListDouble, String, ListDouble, String, CurveType) Constructor

Initializes a new Curve with full data and unit information.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.PumpOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public Curve(
	string id,
	string name,
	List<double> x,
	string xunit,
	List<double> y,
	string yunit,
	CurveType type
)

Parameters

id  String
Unique identifier for the curve.
name  String
Display name of the curve.
x  ListDouble
X-axis data points.
xunit  String
Unit string for the X axis.
y  ListDouble
Y-axis data points.
yunit  String
Unit string for the Y axis.
type  CurveType
The CurveType classification of the curve.

See Also