UInt64.IShiftOperators<UInt64,Int32,UInt64>.LeftShift 연산자

정의

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

 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_LeftShift;
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_LeftShift

매개 변수

value
UInt64

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

shiftAmount
Int32

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

반환

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

구현

적용 대상