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: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public byte this[
long index
] { get; }
Public ReadOnly Default Property Item (
index As Long
) As Byte
Get
public:
virtual property unsigned char default[long long index] {
unsigned char get (long long index) sealed;
}
abstract Item : byte with get
override Item : byte with get
Parameters
- index
- Type: SystemInt64
Index at which the symbol is required.
Return Value
Type:
ByteSymbol at the given index.
Implements
ISequenceItemInt64See Also