Int128.UnsignedRightShift(Int128, Int32) Operator

Definition

Shifts a value right by a given amount.

C#
public static Int128 op_UnsignedRightShift(Int128 value, int shiftAmount);

Parameters

value
Int128

The value that is shifted right by shiftAmount.

shiftAmount
Int32

The amount by which value is shifted right.

Returns

The result of shifting value right by shiftAmount.

Implements

Remarks

This operation is meant to perform n unsigned (otherwise known as a logical) right shift on all types.

Applies to

Product Versions
.NET 7, 8, 9, 10