IAlphabetCheckIsGap Method |
Checks if the provided item is a gap character or not
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax bool CheckIsGap(
byte item
)
Function CheckIsGap (
item As Byte
) As Boolean
bool CheckIsGap(
unsigned char item
)
abstract CheckIsGap :
item : byte -> bool
Parameters
- item
- Type: SystemByte
Item to be checked
Return Value
Type:
BooleanTrue if the specified item is a gap
See Also