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

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

Parameters

ambiguousSymbol
Type: SystemByte
Ambiguous symbol for which the basic symbols is required.
basicSymbols
Type: System.Collections.GenericHashSetByte
Set of basic symbols belongs to the specified ambiguous symbol.

Return Value

Type: Boolean
Returns true if the basic symbols are found and returned in basicSymbols parameter, else returns false.
See Also