RnaAlphabetTryGetBasicSymbols Method |
Get the basic symbols if present in the alphabet.
Namespace: BioAssembly: 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
)
Public Function TryGetBasicSymbols (
ambiguousSymbol As Byte,
<OutAttribute> ByRef basicSymbols As HashSet(Of Byte)
) As Boolean
public:
virtual bool TryGetBasicSymbols(
unsigned char ambiguousSymbol,
[OutAttribute] HashSet<unsigned char>^% basicSymbols
) sealed
abstract TryGetBasicSymbols :
ambiguousSymbol : byte *
basicSymbols : HashSet<byte> byref -> bool
override TryGetBasicSymbols :
ambiguousSymbol : byte *
basicSymbols : HashSet<byte> byref -> bool
Parameters
- ambiguousSymbol
- Type: SystemByte
The ambiguousSymbol. - basicSymbols
- Type: System.Collections.GenericHashSetByte
The basicSymbols.
Return Value
Type:
BooleanTrue if gets else false.
Implements
IAlphabetTryGetBasicSymbols(Byte, HashSetByte)See Also