SByte.RotateRight(SByte, Int32) Método

Definição

Gira um valor para a direita em um determinado valor.

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

Parâmetros

value
SByte

O valor que é girado para a direita por rotateAmount.

rotateAmount
Int32

O valor pelo qual value é girado para a direita.

Retornos

O resultado da rotação value para a direita por rotateAmount.

Implementações

Aplica-se a