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
value
ExInt128The value which is rotated right by
rotateAmount
.rotateAmount
intThe amount by which
value
is rotated right.
Returns
- ExInt128
The result of rotating
value
right byrotateAmount
.