UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.LeftShift Оператор

Определение

Сдвиг значения влево на заданную сумму.

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

Параметры

value
UIntPtr

unativeint

Значение, смещенное влево на .shiftAmount

shiftAmount
Int32

Сумма, на которую value сдвигается влево.

Возвращаемое значение

UIntPtr

unativeint

Результат смещения влево value на shiftAmount.

Реализации

Применяется к