Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
TSelf RightShift(
int count
)Function RightShift (
count As Integer
) As TSelfTSelf RightShift(
int count
)abstract RightShift :
count : int -> 'TSelf