Click or drag to resize
BigArrayTItem Property
Gets or sets the element at the specified index.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public T this[
	long index
] { get; set; }

Parameters

index
Type: SystemInt64
The zero-based index of the element to get or set.

Return Value

Type: T
The element at the specified index.
See Also