ChEDLThermoParserGetTable Method

Definition

Namespace: DWSIM.Thermodynamics.Databases.ChEDLThermoLink
Assembly: DWSIM.Thermodynamics.Databases.ChEDLThermoLink (in DWSIM.Thermodynamics.Databases.ChEDLThermoLink.dll) Version: 5.6.9588.16085
private static string GetTable(
	List<double> x,
	List<double> y,
	List<double> ycalc,
	string xlabel,
	string ylabel
)

Parameters

x  ListDouble
 
y  ListDouble
 
ycalc  ListDouble
 
xlabel  String
 
ylabel  String
 

Return Value

String

See Also