Removes the element at the specified position in the index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0
Reference