Char.IShiftOperators<Char,Int32,Char>.LeftShift(Char, Int32) 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 left by a given amount.
static char System.Numerics.IShiftOperators<System.Char,System.Int32,System.Char>.operator <<(char value, int shiftAmount) = System::Numerics::IShiftOperators<char, int, char>::op_LeftShift;
C#
static char IShiftOperators<char,int,char>.operator <<(char value, int shiftAmount);
static member ( <<< ) : char * int -> char
Shared Operator << (value As Char, shiftAmount As Integer) As Char Implements IShiftOperators(Of Char, Integer, Char).op_LeftShift
- value
- Char
The value that is shifted left by shiftAmount
.
- shiftAmount
- Int32
The amount by which value
is shifted left.
The result of shifting value
left by shiftAmount
.
Tuote | Versiot |
---|---|
.NET | 7, 8, 9, 10 |
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.
Tuotteen .NET palaute
.NET on avoin lähdekoodi projekti. Anna palautetta valitsemalla linkki: