UInt128.RotateRight(UInt128, Int32) Método

Definição

Gira um valor para a direita em um determinado valor.

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 é girado para a direita por rotateAmount.

rotateAmount
Int32

O valor pelo qual value é girado para a direita.

Retornos

O resultado da rotação value para a direita por rotateAmount.

Implementações

Aplica-se a