Click or drag to resize
RnaAlphabetTryGetComplementSymbol Method (Byte, Byte)
This method tries to get the complement of this symbol.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool TryGetComplementSymbol(
	byte symbol,
	out byte complementSymbol
)

Parameters

symbol
Type: SystemByte
Symbol to look up.
complementSymbol
Type: SystemByte
Complement symbol (output).

Return Value

Type: Boolean
Returns true if found else false.

Implements

IAlphabetTryGetComplementSymbol(Byte, Byte)
See Also