Click or drag to resize
RangeCollectionElementsAt Method
Returns a collection of elements at what would be the nth element for i \in rangeCollectionOfIndeces.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public RangeCollection ElementsAt(
	RangeCollection rangeCollectionOfIndeces
)

Parameters

rangeCollectionOfIndeces
Type: Bio.UtilRangeCollection
0-based indices.

Return Value

Type: RangeCollection

[Missing <returns> documentation for "M:Bio.Util.RangeCollection.ElementsAt(Bio.Util.RangeCollection)"]

See Also