IntervalIndex<T>.RemoveAt Method

Removes the element at the specified position in the index.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override Index<Interval<T>> RemoveAt(
	int position
)

Parameters

position  Int32
The zero-based position of the element to remove.

Return Value

Index<Interval<T>>
A new index with the element at position position removed.

See Also