Click or drag to resize
ProteinAlphabetTryGetDefaultGapSymbol Method
Gets 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
The default symbol.

Return Value

Type: Boolean
Returns true if it gets the Default Gap Symbol.

Implements

IAlphabetTryGetDefaultGapSymbol(Byte)
See Also