ProteinAlphabetTryGetAmbiguousSymbol Method |
Gets the Ambiguous symbol.
Namespace: BioAssembly: 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
)
Public Function TryGetAmbiguousSymbol (
symbols As HashSet(Of Byte),
<OutAttribute> ByRef ambiguousSymbol As Byte
) As Boolean
public:
virtual bool TryGetAmbiguousSymbol(
HashSet<unsigned char>^ symbols,
[OutAttribute] unsigned char% ambiguousSymbol
) sealed
abstract TryGetAmbiguousSymbol :
symbols : HashSet<byte> *
ambiguousSymbol : byte byref -> bool
override TryGetAmbiguousSymbol :
symbols : HashSet<byte> *
ambiguousSymbol : byte byref -> bool
Parameters
- symbols
- Type: System.Collections.GenericHashSetByte
The symbol. - ambiguousSymbol
- Type: SystemByte
The Ambiguous symbol.
Return Value
Type:
BooleanReturns true if it gets the Ambiguous symbol.
Implements
IAlphabetTryGetAmbiguousSymbol(HashSetByte, Byte)See Also