Slice.Contains Inside Method
Gets whether the specified index is strictly
within the range of the slice, excluding the end points.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if value is strictly within the range of the slice; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool ContainsInside(
int value
)
Parameters
- value Int32
- A number.
Return Value
Booleantrue if value is strictly within the range of the slice; otherwise false.