Click or drag to resize
RnaAlphabet.TryGetComplementSymbol 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:System.Byte[]
Symbols to look up.
complementSymbols
Type:System.Byte[]
Complement symbols (output).

Return Value

Type: Boolean
Returns true if found else false.

Implements

IAlphabet.TryGetComplementSymbol(Byte[],Byte[])
See Also