UInt64.IShiftOperators<UInt64,Int32,UInt64>.RightShift 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 System::UInt64 System.Numerics.IShiftOperators<System.UInt64,System.Int32,System.UInt64>.operator >>(System::UInt64 value, int shiftAmount) = System::Numerics::IShiftOperators<System::UInt64, int, System::UInt64>::op_RightShift;
static ulong IShiftOperators<ulong,int,ulong>.operator >>(ulong value, int shiftAmount);
static member ( >>> ) : uint64 * int -> uint64
Shared Operator >> (value As ULong, shiftAmount As Integer) As ULong Implements IShiftOperators(Of ULong, Integer, ULong).op_RightShift
- value
- UInt64
The value that is shifted right by shiftAmount
.
- shiftAmount
- Int32
The amount by which value
is shifted right.
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: