UInt16.RotateLeft(UInt16, Int32) Metodo

Definizione

Ruota un valore lasciato da una determinata quantità.

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

Parametri

value
UInt16

Valore ruotato a sinistra da rotateAmount.

rotateAmount
Int32

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

Restituisce

Risultato della rotazione value a sinistra di rotateAmount.

Implementazioni

Si applica a