Click or drag to resize
KmerData32IsPalindrome Method
Checks whether the kmer value is palindrome or not.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool IsPalindrome(
	int kmerLength
)

Parameters

kmerLength
Type: SystemInt32

[Missing <param name="kmerLength"/> documentation for "M:Bio.Algorithms.Kmer.KmerData32.IsPalindrome(System.Int32)"]

Return Value

Type: Boolean
True if the kmer value is palindrome else false.
See Also