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