RungeKuttaExplicitBaseTryGetNextValue Method |
Tries to get the smaller value of the two enumerations.
After that, the enumeration with the smaller value is advanced by one step.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected bool TryGetNextValue(
ref IEnumerator<double>?? it1,
ref IEnumerator<double>?? it2,
out double? value
)
Parameters
- it1 IEnumeratorDouble
- The first enumeration.
- it2 IEnumeratorDouble
- The second enumeration.
- value Double
- If successful, the smaller value of the two enumerations; otherwise NaN.
Return Value
Boolean if a value could be retrieved from at least one of the enumerations; otherwise,
.
See Also