Int64.RotateRight(Int64, Int32) Metoda

Definice

Otočí hodnotu doprava o danou částku.

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

Parametry

value
Int64

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