Returns the interval that is considered the maximum when comparing bounds.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static Interval<T> Maxx(
Interval<T> x,
Interval<T> y
)
Parameters
- x IntervalT
- The first interval.
- y IntervalT
- The second interval.
Return Value
IntervalTThe selected maximum interval.
See Also