Click or drag to resize
IConsensusResolverGetConsensus Method
Find consensus symbol for a list of symbols.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
byte GetConsensus(
	byte[] items
)

Parameters

items
Type: SystemByte
List of input symbols.

Return Value

Type: Byte
Consensus Symbol.
See Also