Click or drag to resize
DnaAlphabetTryGetAmbiguousSymbol Method
Get the ambiguous symbols if present in the alphabet.

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

Parameters

symbols
Type: System.Collections.GenericHashSetByte
The symbols.
ambiguousSymbol
Type: SystemByte
Ambiguous Symbol.

Return Value

Type: Boolean
True if gets else false.

Implements

IAlphabetTryGetAmbiguousSymbol(HashSetByte, Byte)
See Also