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

Definizione

Sposta un valore lasciato da una determinata quantità.

 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

Parametri

value
IntPtr

nativeint

Valore spostato a sinistra da shiftAmount.

shiftAmount
Int32

Importo in base al quale value viene spostato a sinistra.

Restituisce

IntPtr

nativeint

Risultato dello spostamento value sinistro da shiftAmount.

Implementazioni

Si applica a