Click or drag to resize

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.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected static IEnumerator<double>? EnumerationInitialize(
	IEnumerable<double>? enumerable
)

Parameters

enumerable  IEnumerableDouble
The enumerable.

Return Value

IEnumeratorDouble
The enumerator, or if the enumeration is or empty.
See Also