UIntPtr.IShiftOperators<UIntPtr,Int32,UIntPtr>.LeftShift Operator

Definicja

Przesuwa wartość w lewo o daną kwotę.

 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

Parametry

value
UIntPtr

unativeint

Wartość przesunięta w lewo o shiftAmountwartość .

shiftAmount
Int32

Kwota, o którą value jest przesunięta w lewo.

Zwraca

UIntPtr

unativeint

Wynik przesunięcia value w lewo o shiftAmount.

Implementuje

Dotyczy