Double VectorIEnumerableDoubleGet Enumerator 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
An enumerator that can be used to iterate through the collection.
Assembly: DWSIM.Thermodynamics.CoolPropInterface (in DWSIM.Thermodynamics.CoolPropInterface.dll) Version: 10.0.0.0
C#
IEnumerator<double> IEnumerable<double>.GetEnumerator()VB
Private Function GetEnumerator As IEnumerator(Of Double)
Implements IEnumerable(Of Double).GetEnumeratorReturn Value
IEnumeratorDoubleAn enumerator that can be used to iterate through the collection.