Int64.RotateRight(Int64, Int32) Yöntem

Tanım

Değeri belirli bir miktarda 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 rotateAmountsağa döndürülen değer.

rotateAmount
Int32

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

Döndürülenler

tarafından rotateAmountsağa dönmenin value sonucu.

Uygulamalar

Şunlara uygulanır