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的结果。

实现

适用于