IBinaryInteger<TSelf>.RotateRight(TSelf, 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 di una determinata quantità.
public:
static override TSelf RotateRight(TSelf value, int rotateAmount);
public static virtual TSelf RotateRight(TSelf value, int rotateAmount);
static member RotateRight : 'Self * int -> 'Self
Public Shared Overrides Function RotateRight (value As TSelf, rotateAmount As Integer) As TSelf
Parametri
- value
- TSelf
Valore ruotato a destra da rotateAmount.
- rotateAmount
- Int32
Quantità in base alla quale value viene ruotata a destra.
Restituisce
Risultato della rotazione value a destra di rotateAmount.