Click or drag to resize

IntervalTLessThan Operator

Compares two values to determine which is less.

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 less than right; otherwise, .

Implements

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