IAlphabetTryGetComplementSymbol Method |
Name | Description | |
---|---|---|
TryGetComplementSymbol(Byte, Byte) |
Gets the complement for the specified symbol.
This is to address the scenarios like in case of DNA complement of A is T etc.
Note: If the complement is not supported then this method returns false.
To know whether this alphabet supports complement or not, Use IsComplementSupported property.
| |
TryGetComplementSymbol(Byte, Byte) |
Gets the complements for the specified symbols.
This is to address the scenarios like in case of DNA complement of A is T etc.
Note: If the complement is not supported then this method returns false.
To know whether this alphabet supports complement or not, Use IsComplementSupported property.
|