Click or drag to resize

IntervalTContains Method

Determines whether this interval contains the specified value.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool Contains(
	T value
)

Parameters

value  T
The value to test for membership.

Return Value

Boolean
if value is within the interval; otherwise, .
See Also