IAlphabetTryGetAmbiguousSymbol Method |
Gets the ambiguous symbol for the specified set of symbols.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax bool TryGetAmbiguousSymbol(
HashSet<byte> symbols,
out byte ambiguousSymbol
)
Function TryGetAmbiguousSymbol (
symbols As HashSet(Of Byte),
<OutAttribute> ByRef ambiguousSymbol As Byte
) As Boolean
bool TryGetAmbiguousSymbol(
HashSet<unsigned char>^ symbols,
[OutAttribute] unsigned char% ambiguousSymbol
)
abstract TryGetAmbiguousSymbol :
symbols : HashSet<byte> *
ambiguousSymbol : byte byref -> bool
Parameters
- symbols
- Type: System.Collections.GenericHashSetByte
Set of symbols for which the ambiguous symbol is required. - ambiguousSymbol
- Type: SystemByte
Ambiguous symbol.
Return Value
Type:
BooleanReturns true if the ambiguous symbol found and returned in ambiguousSymbol parameter, else returns false.
See Also