Click or drag to resize
ProteinAlphabetTryGetAmbiguousSymbol Method
Gets the Ambiguous symbol.

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 symbol.
ambiguousSymbol
Type: SystemByte
The Ambiguous symbol.

Return Value

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

Implements

IAlphabetTryGetAmbiguousSymbol(HashSetByte, Byte)
See Also