Component Separation Spec(String, Separation Spec, Double, String) Constructor
Initializes a new instance of ComponentSeparationSpec with the specified parameters.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public ComponentSeparationSpec(
string id,
SeparationSpec spectype,
double specvalue,
string specunit
)VB
Public Sub New (
id As String,
spectype As SeparationSpec,
specvalue As Double,
specunit As String
)Parameters
- id String
- The compound identifier.
- spectype SeparationSpec
- The type of separation specification.
- specvalue Double
- The numeric value of the specification.
- specunit String
- The unit of the specification value.