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.3
C#
true if value lies inside the interval; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public bool Contains(
T value
)
Parameters
- value T
- A real number.
Return Value
Booleantrue if value lies inside the interval; otherwise false.