Int16.RotateRight(Int16, Int32) Método

Definição

Roda um valor exatamente por uma determinada quantia.

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

Parâmetros

value
Int16

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