ISequenceGetSubSequence Method |
Return a sequence representing a range (subsequence) of this sequence.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax ISequence GetSubSequence(
long start,
long length
)
Function GetSubSequence (
start As Long,
length As Long
) As ISequence
ISequence^ GetSubSequence(
long long start,
long long length
)
abstract GetSubSequence :
start : int64 *
length : int64 -> ISequence
Parameters
- start
- Type: SystemInt64
The index of the first symbol in the range. - length
- Type: SystemInt64
The number of symbols in the range.
Return Value
Type:
ISequenceThe virtual sequence.
See Also