Click or drag to resize
SparseSequenceGetReversedSequence Method
Return a sequence representing this sequence with the orientation reversed.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ISequence GetReversedSequence()

Return Value

Type: ISequence
The reversed sequence.

Implements

ISequenceGetReversedSequence
See Also