Click or drag to resize
ProteinAlphabetTryGetComplementSymbol Method (Byte, Byte)
Gets the complement of the 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
The protein symbol.
complementSymbol
Type: SystemByte
The complement symbol.

Return Value

Type: Boolean
Returns true if it gets the complements symbol.

Implements

IAlphabetTryGetComplementSymbol(Byte, Byte)
See Also