BigInteger.RotateRight(BigInteger, Int32) Metodo

Definizione

Ruota un valore a destra in base a una determinata quantità.

C#
public static System.Numerics.BigInteger RotateRight(System.Numerics.BigInteger value, int rotateAmount);

Parametri

value
BigInteger

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.

Implementazioni

Si applica a

Prodotto Versioni
.NET 7, 8, 9, 10