UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.UnsignedRightShift Operator

Definition

Shifts a value right by a given amount.

static UIntPtr IShiftOperators<UIntPtr,int,UIntPtr>.op_UnsignedRightShift (UIntPtr value, int shiftAmount);

Parameters

value
UIntPtr

The value that is shifted right by shiftAmount.

shiftAmount
Int32

The amount by which value is shifted right.

Returns

UIntPtr

The result of shifting value right by shiftAmount.

Implements

Applies to

Product Versions
.NET 7, 8, 9