public static short Remainder(
short x,
short y
)
Public Shared Function Remainder (
x As Short,
y As Short
) As Short
public:
static short Remainder(
short x,
short y
)
static member Remainder :
x : int16 *
y : int16 -> int16