Click or drag to resize
RnaAlphabetCheckIsAmbiguous Method
Checks if the provided item is an ambiguous 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 CheckIsAmbiguous(
	byte item
)

Parameters

item
Type: SystemByte
Item to be checked

Return Value

Type: Boolean
True if the specified item is a ambiguous

Implements

IAlphabetCheckIsAmbiguous(Byte)
See Also