3 references to RotateRight
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
3251
return
RotateRight
(
RotateRight
(value, int.MaxValue), 1);
3254
return
RotateRight
(value, -rotateAmount);