Click or drag to resize
QualitativeSequenceItem Property
Returns the byte which represents the symbol found at the specified index if within bounds. Note that the index value starts at 0.

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

Parameters

index
Type: SystemInt64
Index at which the symbol is required.

Return Value

Type: Byte
Symbol at the given index.

Implements

ISequenceItemInt64
See Also