Int128.RotateLeft(Int128, Int32) Metodo

Definizione

Ruota un valore sinistro da una determinata quantità.

public:
 static Int128 RotateLeft(Int128 value, int rotateAmount) = System::Numerics::IBinaryInteger<Int128>::RotateLeft;
public static Int128 RotateLeft (Int128 value, int rotateAmount);
static member RotateLeft : Int128 * int -> Int128
Public Shared Function RotateLeft (value As Int128, rotateAmount As Integer) As Int128

Parametri

value
Int128

Valore ruotato a sinistra da rotateAmount.

rotateAmount
Int32

Quantità in base alla quale value viene ruotata a sinistra.

Restituisce

Risultato della rotazione value sinistra da rotateAmount.

Implementazioni

Si applica a