Click or drag to resize
XNFieldComplement Method
Complements the specified sequence.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static char Complement(
	char p_Letter
)

Parameters

p_Letter
Type: SystemChar
The letter.

Return Value

Type: Char
The complement of the sequence
Remarks
for testing: sequence "abcdefghijklmnopqrstuvwxyz" should become "zrxwbaasyqponklmjidcfehgvt"
See Also