Click or drag to resize
IAlphabetTryGetComplementSymbol Method
Overload List
  NameDescription
Public methodTryGetComplementSymbol(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.
Public methodTryGetComplementSymbol(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.
Top
See Also