Removes the element with the specified key in the index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Index<T> Remove(
T value
)
Public Function Remove (
value As T
) As Index(Of T)
public:
Index<T>^ Remove(
T value
)
member Remove :
value : 'T -> Index<'T>
Parameters
- value
- Type: T
The key to remove.
Return Value
Type:
IndexTA new index with the element with key
value removed.
If the key was not found, the index is returned unmodified.
Numerical Libraries
Supported in: 6.0
Reference