Table of Contents

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 ExInt128

The value which is rotated right by rotateAmount.

rotateAmount int

The amount by which value is rotated right.

Returns

ExInt128

The result of rotating value right by rotateAmount.