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

Definition

Shifts a value right by a given amount.

C#
static ushort IShiftOperators<ushort,int,ushort>.op_UnsignedRightShift(ushort value, int shiftAmount);

Parameters

value
UInt16

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

Applies to

Product Versions
.NET 7, 8, 9