Click or drag to resize
SequenceGetSubSequence Method
Return a new sequence representing a range (subsequence) of this sequence.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ISequence GetSubSequence(
	long start,
	long length
)

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: ISequence
The sub-sequence.

Implements

ISequenceGetSubSequence(Int64, Int64)
See Also