Index<T>.Remove Method
            Removes the element with the specified key in the index.
            
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
    C#
    
 
 
A new index with the element with key value removed. If the key was not found, the index is returned unmodified.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Index<T> Remove(
	T value
)Parameters
- value T
 - The key to remove.
 
Return Value
Index<T>A new index with the element with key value removed. If the key was not found, the index is returned unmodified.