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