Click or drag to resize
DnaAlphabetTryGetDefaultGapSymbol Method
Try to get the default gap symbol.

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

Parameters

defaultGapSymbol
Type: SystemByte
Default gap symbol (output).

Return Value

Type: Boolean
True if gets else false.

Implements

IAlphabetTryGetDefaultGapSymbol(Byte)
See Also