UInt32.IShiftOperators<UInt32,Int32,UInt32>.UnsignedRightShift Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Sposta un valore a destra in base a una determinata quantità.
static System::UInt32 System.Numerics.IShiftOperators<System.UInt32,System.Int32,System.UInt32>.op_UnsignedRightShift(System::UInt32 value, int shiftAmount) = System::Numerics::IShiftOperators<System::UInt32, int, System::UInt32>::op_UnsignedRightShift;
static uint IShiftOperators<uint,int,uint>.op_UnsignedRightShift (uint value, int shiftAmount);
static member System.Numerics.IShiftOperators<System.UInt32,System.Int32,System.UInt32>.op_UnsignedRightShift : uint32 * int -> uint32
Shared op_UnsignedRightShift (value As UInteger, shiftAmount As Integer) As UInteger Implements IShiftOperators(Of UInteger, Integer, UInteger).op_UnsignedRightShift
Parametri
- value
- UInt32
Valore spostato a destra da shiftAmount
.
- shiftAmount
- Int32
Importo in base al quale value
viene spostato a destra.
Restituisce
Risultato dello spostamento value
a destra di shiftAmount
.
Implementazioni
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.