Index<T>.Remove
            
            
            
            
            Removes the element at the specified position 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 at position position removed.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public abstract Index<T> RemoveAt(
	int position
)Parameters
- position Int32
- The zero-based position of the element to remove.
Return Value
Index<T>A new index with the element at position position removed.