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