IAlphabetTryGetDefaultGapSymbol Method |
Gets the default gap symbol if present in the alphabet.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax bool TryGetDefaultGapSymbol(
out byte defaultGapSymbol
)
Function TryGetDefaultGapSymbol (
<OutAttribute> ByRef defaultGapSymbol As Byte
) As Boolean
bool TryGetDefaultGapSymbol(
[OutAttribute] unsigned char% defaultGapSymbol
)
abstract TryGetDefaultGapSymbol :
defaultGapSymbol : byte byref -> bool
Parameters
- defaultGapSymbol
- Type: SystemByte
Default gap symbol if the alphabet has one.
Return Value
Type:
BooleanReturns true if the default gap symbol is returned in defaultGapSymbol parameter,
else returns false.
See Also