Int64.RotateRight(Int64, Int32) Yöntem

Tanım

Değeri belirli bir miktara göre sağa döndürür.

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

Parametreler

value
Int64

tarafından rotateAmountdoğru döndürülen değer.

rotateAmount
Int32

Doğru döndürülen value miktar.

Döndürülenler

tarafından sağa valuedöndürmenin rotateAmount sonucu.

Uygulamalar

Şunlara uygulanır