SpecExpr Property

Gets or sets the compiled generic expression object used to evaluate the specification formula (not serialized).

Definition

Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public IGenericExpression<double> Expr { get; set; }

Property Value

IGenericExpressionDouble

See Also