Divides two U64 values. Since these are integers, this operation will round towards zero (which is to say, it will not return any fractional digits).
U64
Dividend.
Divisor.
The first value divided by the second, rounded towards zero.
Divides two
U64
values. Since these are integers, this operation will round towards zero (which is to say, it will not return any fractional digits).