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

Definition

Shifts a value right by a given amount.

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

Parameters

value
IntPtr

The value that is shifted right by shiftAmount.

shiftAmount
Int32

The amount by which value is shifted right.

Returns

IntPtr

The result of shifting value right by shiftAmount.

Implements

Applies to

Product Versions
.NET 7, 8, 9