Click or drag to resize
IAlphabetTryGetDefaultGapSymbol Method
Gets the default gap symbol if present in the alphabet.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
bool TryGetDefaultGapSymbol(
	out byte defaultGapSymbol
)

Parameters

defaultGapSymbol
Type: SystemByte
Default gap symbol if the alphabet has one.

Return Value

Type: Boolean
Returns true if the default gap symbol is returned in defaultGapSymbol parameter, else returns false.
See Also