Click or drag to resize
KmerData32CompareTo Method (KmerData32)
Compares this instance to a specified instance of IKmerData and returns an indication of their relative values.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int CompareTo(
	KmerData32 other
)

Parameters

other
Type: Bio.Algorithms.KmerKmerData32
Instance of the IKmerData to compare.

Return Value

Type: Int32
A signed number indicating the relative values of this instance. Zero This instance is equal to value. Greater than zero This instance is greater than value.
See Also