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

Definicja

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

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

Parametry

value
IntPtr

nativeint

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

shiftAmount
Int32

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

Zwraca

IntPtr

nativeint

Wynik przesunięcia value w lewo o shiftAmount.

Implementuje

Dotyczy