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