SpecCalculate Method

Evaluates the expression and writes the result to the target simulation object's property. Clamps the result within MinVal and MaxVal if both are set.

Definition

Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override void Calculate(
	Object args = null
)

Parameters

args  Object  (Optional)
Optional calculation arguments (not used).

See Also