IBinaryInteger<TSelf>.RotateRight(TSelf, Int32) Método

Definição

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

TSelf

O resultado de rodar value exatamente por rotateAmount.

Aplica-se a