Curve(String, String, ListDouble, String, ListDouble, String, CurveType) Constructor |
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.PumpOpsAssembly: 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
)
Public Sub New (
id As String,
name As String,
x As List(Of Double),
xunit As String,
y As List(Of Double),
yunit As String,
type As CurveType
)
Request Example
View SourceParameters
- id String
-
- name String
-
- x ListDouble
-
- xunit String
-
- y ListDouble
-
- yunit String
-
- type CurveType
-
See Also