public static short Add( short x, short y )
Public Shared Function Add ( x As Short, y As Short ) As Short
public: static short Add( short x, short y )
static member Add : x : int16 * y : int16 -> int16
In This Article