Table of Contents

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 ExUInt128

The value which is rotated right by rotateAmount.

rotateAmount int

The amount by which value is rotated right.

Returns

ExUInt128

The result of rotating value right by rotateAmount.