Interval<T>.Contains Method

Tests whether an object is contained in the interval.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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