UInt16.RotateRight(UInt16, Int32) Metodo
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.
Ruota un valore a destra in base a una determinata quantità.
public:
static System::UInt16 RotateRight(System::UInt16 value, int rotateAmount) = System::Numerics::IBinaryInteger<System::UInt16>::RotateRight;
public static ushort RotateRight(ushort value, int rotateAmount);
static member RotateRight : uint16 * int -> uint16
Public Shared Function RotateRight (value As UShort, rotateAmount As Integer) As UShort
Parametri
- value
- UInt16
Valore ruotato a destra da rotateAmount.
- rotateAmount
- Int32
Quantità in base alla quale value viene ruotata a destra.
Restituisce
Risultato della rotazione value destra da rotateAmount.