| KmerData32GetLastSymbol Method  | 
            Returns the last symbol of the sequence.
            
 
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic byte GetLastSymbol(
	int kmerLength,
	bool orientation
)
Public Function GetLastSymbol ( 
	kmerLength As Integer,
	orientation As Boolean
) As Byte
public:
unsigned char GetLastSymbol(
	int kmerLength, 
	bool orientation
)
member GetLastSymbol : 
        kmerLength : int * 
        orientation : bool -> byte 
Parameters
- kmerLength
 - Type: SystemInt32
[Missing <param name="kmerLength"/> documentation for "M:Bio.Algorithms.Kmer.KmerData32.GetLastSymbol(System.Int32,System.Boolean)"]
 - orientation
 - Type: SystemBoolean
[Missing <param name="orientation"/> documentation for "M:Bio.Algorithms.Kmer.KmerData32.GetLastSymbol(System.Int32,System.Boolean)"]
 
Return Value
Type: 
ByteReturns the last symbol from the decompressed kmer value.
See Also