CalculationResultsData Property

Gets or sets the map of property names to lists of numerical values.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Dictionary<string, List<double>> Data { get; set; }

Property Value

DictionaryString, ListDouble

See Also