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