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

Definition

Verschiebt einen Wert um einen bestimmten Betrag nach links.

 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

Parameter

value
UIntPtr

unativeint

Der Wert, der von shiftAmountnach links verschoben wird.

shiftAmount
Int32

Der Betrag, um den nach value links verschoben wird.

Gibt zurück

UIntPtr

unativeint

Das Ergebnis der Verschiebung value nach links um shiftAmount.

Implementiert

Gilt für: