UInt64.RotateRight(UInt64, Int32) Metoda

Definice

Otočí hodnotu doprava o danou částku.

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

Parametry

value
UInt64

Hodnota, která je otočena doprava o rotateAmount.

rotateAmount
Int32

Množství, o které value se otočí doprava.

Návraty

Výsledek otočení value doprava o rotateAmount.

Implementuje

Platí pro