IAlphabetTryGetGapSymbols Method |
Gets the gap symbols if present in the alphabet.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax bool TryGetGapSymbols(
out HashSet<byte> gapSymbols
)
Function TryGetGapSymbols (
<OutAttribute> ByRef gapSymbols As HashSet(Of Byte)
) As Boolean
bool TryGetGapSymbols(
[OutAttribute] HashSet<unsigned char>^% gapSymbols
)
abstract TryGetGapSymbols :
gapSymbols : HashSet<byte> byref -> bool
Parameters
- gapSymbols
- Type: System.Collections.GenericHashSetByte
Gap symbols as hashset if the alphabet has one or more gap symbols.
Return Value
Type:
BooleanReturns true if the gap symbols are returned in gapSymbols parameter, else returns false.
See Also