Gets whether the specified index is strictly
within the range of the slice, excluding the end points.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool ContainsInside(
int value
)
Public Function ContainsInside (
value As Integer
) As Boolean
public:
bool ContainsInside(
int value
)
member ContainsInside :
value : int -> bool
Parameters
- value
- Type: SystemInt32
A number.
Return Value
Type:
Boolean if
value is
strictly within the range of the slice; otherwise
.
Reference