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

Definizione

Sposta un valore lasciato da un determinato importo.

 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

Parametri

value
UIntPtr

unativeint

Valore spostato a sinistra da shiftAmount.

shiftAmount
Int32

Quantità in base alla quale value viene spostato a sinistra.

Restituisce

UIntPtr

unativeint

Risultato dello spostamento value a sinistra da shiftAmount.

Implementazioni

Si applica a