Table of Contents

Operator operator >>

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator >>(ExUInt128, int)

Shifts a value right by a given amount.

public static ExUInt128 operator >>(ExUInt128 value, int shiftAmount)

Parameters

value ExUInt128

The value that is shifted right by shiftAmount.

shiftAmount int

The amount by which value is shifted right.

Returns

ExUInt128

The result of shifting value right by shiftAmount.