Byte.RotateRight(Byte, Int32) Método

Definição

Roda um valor exatamente por uma determinada quantia.

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

Parâmetros

value
Byte

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