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