Divides two values and places the result in self.
final long Unsigned64.divide(long v1, long v2)
v1 The first operand
v2 The second operand
The first operand divided by the second operand.