Click or drag to resize

IntervalTMaxx Method

Returns the interval that is considered the maximum when comparing bounds.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Interval<T> Maxx(
	Interval<T> x,
	Interval<T> y
)

Parameters

x  IntervalT
The first interval.
y  IntervalT
The second interval.

Return Value

IntervalT
The selected maximum interval.
See Also