IBinaryInteger<TSelf>.RotateRight(TSelf, Int32) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Roda um valor exatamente por uma determinada quantia.
public:
static override TSelf RotateRight(TSelf value, int rotateAmount);
public static virtual TSelf RotateRight(TSelf value, int rotateAmount);
static member RotateRight : 'Self * int -> 'Self
Public Shared Overrides Function RotateRight (value As TSelf, rotateAmount As Integer) As TSelf
Parâmetros
- value
- TSelf
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.