Click or drag to resize
RnaAlphabetTryGetComplementSymbol Method (Byte, Byte)
This method tries to get the complements for specified symbols.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool TryGetComplementSymbol(
	byte[] symbols,
	out byte[] complementSymbols
)

Parameters

symbols
Type: SystemByte
Symbols to look up.
complementSymbols
Type: SystemByte
Complement symbols (output).

Return Value

Type: Boolean
Returns true if found else false.

Implements

IAlphabetTryGetComplementSymbol(Byte, Byte)
See Also