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