UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.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.
static UIntPtr System.Numerics.IShiftOperators<nuint,System.Int32,nuint>.op_UnsignedRightShift(UIntPtr value, int shiftAmount) = System::Numerics::IShiftOperators<UIntPtr, int, UIntPtr>::op_UnsignedRightShift;
static UIntPtr IShiftOperators<UIntPtr,int,UIntPtr>.op_UnsignedRightShift (UIntPtr value, int shiftAmount);
static member System.Numerics.IShiftOperators<nuint,System.Int32,nuint>.op_UnsignedRightShift : unativeint * int -> unativeint
Shared op_UnsignedRightShift (value As UIntPtr, shiftAmount As Integer) As UIntPtr Implements IShiftOperators(Of UIntPtr, Integer, UIntPtr).op_UnsignedRightShift
- value
-
UIntPtr
unativeint
The value that is shifted right by shiftAmount
.
- shiftAmount
- Int32
The amount by which value
is shifted right.
unativeint
The result of shifting value
right by shiftAmount
.
Product | Versions |
---|---|
.NET | 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: