2 references to Rotate
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (2)
3291
return
Rotate
(value._bits, neg, rotateAmount);
3312
return
Rotate
(value._bits, neg, -(long)rotateAmount);