Click or drag to resize
RnaAlphabetTryGetBasicSymbols Method
Get the basic 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 TryGetBasicSymbols(
	byte ambiguousSymbol,
	out HashSet<byte> basicSymbols
)

Parameters

ambiguousSymbol
Type: SystemByte
The ambiguousSymbol.
basicSymbols
Type: System.Collections.GenericHashSetByte
The basicSymbols.

Return Value

Type: Boolean
True if gets else false.

Implements

IAlphabetTryGetBasicSymbols(Byte, HashSetByte)
See Also