Slice.ContainsInside Method

Gets whether the specified index is strictly within the range of the slice, excluding the end points.

Definition

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

Parameters

value  Int32
A number.

Return Value

Boolean
true if value is strictly within the range of the slice; otherwise false.

See Also