IBinaryInteger<TSelf>.RotateRight(TSelf, Int32) Metodo

Definizione

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

TSelf

Risultato della rotazione value a destra di rotateAmount.

Si applica a