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
)
Public Shared Function Complement (
p_Letter As Char
) As Char
Parameters
- p_Letter
- Type: SystemChar
The letter.
Return Value
Type:
CharThe complement of the sequence
Remarks for testing: sequence "abcdefghijklmnopqrstuvwxyz" should become "zrxwbaasyqponklmjidcfehgvt"
See Also