IShiftOperators<TSelf,TOther,TResult>.UnsignedRightShift Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shifts a value right by a given amount.
public:
static TResult op_UnsignedRightShift(TSelf value, TOther shiftAmount);
public static abstract TResult op_UnsignedRightShift(TSelf value, TOther shiftAmount);
static member op_UnsignedRightShift : 'Self * 'Other -> 'Result
Public Shared op_UnsignedRightShift (value As TSelf, shiftAmount As TOther) As TResult
- value
- TSelf
The value that is shifted right by shiftAmount
.
- shiftAmount
- TOther
The amount by which value
is shifted right.
The result of shifting value
right by shiftAmount
.
This operation is meant to perform an unsigned (otherwise known as a logical) right shift on all types.
Proizvod | Verzije |
---|---|
.NET | 7, 8, 9, 10 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: