Click or drag to resize
ProteinAlphabetTryGetBasicSymbols Method
Gets the Basic symbol.

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 Ambiguous symbol.
basicSymbols
Type: System.Collections.GenericHashSetByte
The Basic symbol.

Return Value

Type: Boolean
Returns true if it gets the Basic symbol.

Implements

IAlphabetTryGetBasicSymbols(Byte, HashSetByte)
See Also