fun shiftRight(distance: Int): UInt64
Shift all bits in this value to the right.
distance - The number of bits to shift by.
distance
Return A value containing the shifted bits.