public native static operator//( readonly a as Short, readonly b as Short ) as Short
Performs integer division on two Short values.
a
b
a//b.
a//b
Short(0)
assert Short(10) // Short(3) == Short(3)