MultiStepMethodBaseEnumerationForwardToGreaterThanOrEqual Method |
Moves the enumerator so that the current element is greater than or equal to the provided x value.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected static double? EnumerationForwardToGreaterThanOrEqual(
ref IEnumerator<double>?? enumerator,
double x
)
Parameters
- enumerator IEnumeratorDouble
- The enumerator. If the enumerator no longer has any elements, this reference is set to null.
- x Double
- The x value.
Return Value
NullableDoubleThe current element that is greater than or equal to the provided x value, or null, if the enumeration has run out of elements.
See Also