Interval<T>.Contains Method

Tests whether an object is contained in the interval.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool Contains(
	T value
)

Parameters

value  T
A real number.

Return Value

Boolean
true if value lies inside the interval; otherwise false.

See Also