Click or drag to resize

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


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

Parameters

id  String
 
name  String
 
x  ListDouble
 
xunit  String
 
y  ListDouble
 
yunit  String
 
type  CurveType
 
See Also