Removes the element at the specified position in the index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public abstract Index<T> RemoveAt(
int position
)
Public MustOverride Function RemoveAt (
position As Integer
) As Index(Of T)
public:
virtual Index<T>^ RemoveAt(
int position
) abstract
abstract RemoveAt :
position : int -> Index<'T>
Parameters
- position
- Type: SystemInt32
The zero-based position of the element to remove.
Return Value
Type:
IndexTA new index with the element at position
position removed.
Reference