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 override Index<Interval<T>> RemoveAt(
int position
)
Public Overrides Function RemoveAt (
position As Integer
) As Index(Of Interval(Of T))
public:
virtual Index<Interval<T>>^ RemoveAt(
int position
) override
abstract RemoveAt :
position : int -> Index<Interval<'T>>
override RemoveAt :
position : int -> Index<Interval<'T>>
Parameters
- position
- Type: SystemInt32
The zero-based position of the element to remove.
Return Value
Type:
IndexIntervalTA new index with the element at position
position removed.
Reference