SByte.RotateRight(SByte, Int32) Método

Definição

Roda um valor exatamente por uma determinada quantia.

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 é rodado diretamente por rotateAmount.

rotateAmount
Int32

A quantidade pela qual value é rodada corretamente.

Devoluções

O resultado de rodar value exatamente por rotateAmount.

Implementações

Aplica-se a