MultiStepMethodBaseEnumerationInitialize Method |
Creates an enumerator from enumerable and tries to move to the first element.
If the enumeration is or empty, is returned instead of the enumerator.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected static IEnumerator<double>? EnumerationInitialize(
IEnumerable<double>? enumerable
)
Parameters
- enumerable IEnumerableDouble
- The enumerable.
Return Value
IEnumeratorDoubleThe enumerator, or
if the enumeration is
or empty.
See Also