Method RotateRight
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
RotateRight(ExInt128, int)
Rotates a value right by a given amount.
public static ExInt128 RotateRight(ExInt128 value, int rotateAmount)
Parameters
valueExInt128The value which is rotated right by
rotateAmount.rotateAmountintThe amount by which
valueis rotated right.
Returns
- ExInt128
The result of rotating
valueright byrotateAmount.