Char.IShiftOperators<Char,Int32,Char>.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 char System.Numerics.IShiftOperators<System.Char,System.Int32,System.Char>.op_UnsignedRightShift(char value, int shiftAmount) = System::Numerics::IShiftOperators<char, int, char>::op_UnsignedRightShift;
static char IShiftOperators<char,int,char>.op_UnsignedRightShift(char value, int shiftAmount);
static member System.Numerics.IShiftOperators<System.Char,System.Int32,System.Char>.op_UnsignedRightShift : char * int -> char
Shared op_UnsignedRightShift (value As Char, shiftAmount As Integer) As Char Implements IShiftOperators(Of Char, Integer, Char).op_UnsignedRightShift
- value
- Char
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
.
Tuote | Versiot |
---|---|
.NET | 7, 8, 9, 10 |
Tuotteen .NET palaute
.NET on avoin lähdekoodi projekti. Anna palautetta valitsemalla linkki: