Return a new SymbolList for the symbols start to end inclusive.
Namespace:
BioSharp.Core.Bio.SymbolAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public override ISymbolList SubList( int start, int end ) |
Parameters
- start
- Type: System..::.Int32
the first symbol of the new ISymbolList
- end
- Type: System..::.Int32
the last symbol (inclusive) of the new SymbolList
Return Value
[Missing <returns> documentation for M:BioSharp.Core.Bio.Symbol.SimpleSymbolList.SubList(System.Int32,System.Int32)]
Implements
ISymbolList..::.SubList(Int32, Int32)Remarks
The resulting ISymbolList will count from 1 to (end-start + 1) inclusive, and refer to the symbols start to end of the original sequence.