UInt128.RotateRight(UInt128, Int32) Método

Definição

Roda um valor exatamente por uma determinada quantia.

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

Parâmetros

value
UInt128

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