FastASequencePositionParserGetSequenceAt Method |
Gets the sequence at specified position.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public ISequence GetSequenceAt(
long position
)
Public Function GetSequenceAt (
position As Long
) As ISequence
public:
ISequence^ GetSequenceAt(
long long position
)
member GetSequenceAt :
position : int64 -> ISequence
Parameters
- position
- Type: SystemInt64
Start position of the sequence required in the file.
Return Value
Type:
ISequenceSequence present at the specified position.
See Also