Click or drag to resize
RnaAlphabetCheckIsGap Method
Checks if the provided item is a gap character or not

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public virtual bool CheckIsGap(
	byte item
)

Parameters

item
Type: SystemByte
Item to be checked

Return Value

Type: Boolean
True if the specified item is a gap

Implements

IAlphabetCheckIsGap(Byte)
See Also