AlphabetsGetAmbiguousAlphabet Method |
Gets the ambiguous alphabet
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static IAlphabet GetAmbiguousAlphabet(
IAlphabet currentAlphabet
)
Public Shared Function GetAmbiguousAlphabet (
currentAlphabet As IAlphabet
) As IAlphabet
public:
static IAlphabet^ GetAmbiguousAlphabet(
IAlphabet^ currentAlphabet
)
static member GetAmbiguousAlphabet :
currentAlphabet : IAlphabet -> IAlphabet
Parameters
- currentAlphabet
- Type: BioIAlphabet
Alphabet to validate
Return Value
Type:
IAlphabet[Missing <returns> documentation for "M:Bio.Alphabets.GetAmbiguousAlphabet(Bio.IAlphabet)"]
See Also