Byte.IShiftOperators<Byte,Int32,Byte>.LeftShift(Byte, Int32) 연산자

정의

지정된 양만큼 남은 값을 이동합니다.

 static System::Byte System.Numerics.IShiftOperators<System.Byte,System.Int32,System.Byte>.operator <<(System::Byte value, int shiftAmount) = System::Numerics::IShiftOperators<System::Byte, int, System::Byte>::op_LeftShift;
static byte IShiftOperators<byte,int,byte>.operator << (byte value, int shiftAmount);
static member ( <<< ) : byte * int -> byte
 Shared Operator << (value As Byte, shiftAmount As Integer) As Byte Implements IShiftOperators(Of Byte, Integer, Byte).op_LeftShift

매개 변수

value
Byte

가 왼쪽으로 shiftAmount이동하는 값입니다.

shiftAmount
Int32

왼쪽으로 이동하는 양 value 입니다.

반환

가 왼쪽으로 shiftAmount이동한 value 결과입니다.

구현

적용 대상