IntPtr.IShiftOperators<IntPtr,Int32,IntPtr>.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 IntPtr System.Numerics.IShiftOperators<nint,System.Int32,nint>.op_UnsignedRightShift(IntPtr value, int shiftAmount) = System::Numerics::IShiftOperators<IntPtr, int, IntPtr>::op_UnsignedRightShift;
static IntPtr IShiftOperators<IntPtr,int,IntPtr>.op_UnsignedRightShift (IntPtr value, int shiftAmount);
static member System.Numerics.IShiftOperators<nint,System.Int32,nint>.op_UnsignedRightShift : nativeint * int -> nativeint
Shared op_UnsignedRightShift (value As IntPtr, shiftAmount As Integer) As IntPtr Implements IShiftOperators(Of IntPtr, Integer, IntPtr).op_UnsignedRightShift
- value
-
IntPtr
nativeint
The value that is shifted right by shiftAmount
.
- shiftAmount
- Int32
The amount by which value
is shifted right.
nativeint
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: