Click or drag to resize

IntervalTGreaterThan Operator

Compares two values to determine which is greater.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool operator >(
	Interval<T> left,
	Interval<T> right
)

Parameters

left  IntervalT
The value to compare with right.
right  IntervalT
The value to compare with left.

Return Value

Boolean
if left is greater than right; otherwise, .

Implements

IComparisonOperatorsTSelf, TOther, TResultGreaterThan(TSelf, TOther)
See Also