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

Definition

Verschiebt einen Wert um einen bestimmten Betrag nach links.

 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

Parameter

value
IntPtr

nativeint

Der Wert, der shiftAmountnach links verschoben wird.

shiftAmount
Int32

Der Betrag, um den value nach links verschoben wird.

Gibt zurück

IntPtr

nativeint

Das Ergebnis der Verlagerung value nach links um shiftAmount.

Implementiert

Gilt für: