public static byte Add( byte x, byte y )
Public Shared Function Add ( x As Byte, y As Byte ) As Byte
public: static unsigned char Add( unsigned char x, unsigned char y )
static member Add : x : byte * y : byte -> byte
In This Article