Char.IShiftOperators<Char,Int32,Char>.LeftShift(Char, Int32) 演算子

定義

指定した量だけ値を左にシフトします。

 static char System.Numerics.IShiftOperators<System.Char,System.Int32,System.Char>.operator <<(char value, int shiftAmount) = System::Numerics::IShiftOperators<char, int, char>::op_LeftShift;
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

によって左 shiftAmountにシフトされる値。

shiftAmount
Int32

左にシフトされる量 value

戻り値

で左shiftAmountにシフトしたvalue結果。

実装

適用対象