CurveY Property

Gets or sets the Y-axis (dependent variable) data points of the curve.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.PumpOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public List<double> Y { get; set; }

Property Value

ListDouble

See Also