Click or drag to resize
IAlphabetTryGetAmbiguousSymbol Method
Gets the ambiguous symbol for the specified set of symbols.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
bool TryGetAmbiguousSymbol(
	HashSet<byte> symbols,
	out byte ambiguousSymbol
)

Parameters

symbols
Type: System.Collections.GenericHashSetByte
Set of symbols for which the ambiguous symbol is required.
ambiguousSymbol
Type: SystemByte
Ambiguous symbol.

Return Value

Type: Boolean
Returns true if the ambiguous symbol found and returned in ambiguousSymbol parameter, else returns false.
See Also