DoubleVectorIEnumerableDoubleGetEnumerator Method

Returns an enumerator that iterates through the collection.

Definition

Namespace: (Default Namespace)
Assembly: DWSIM.Thermodynamics.CoolPropInterface (in DWSIM.Thermodynamics.CoolPropInterface.dll) Version: 10.0.0.0
IEnumerator<double> IEnumerable<double>.GetEnumerator()

Return Value

IEnumeratorDouble
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator

See Also