UInt64.RotateRight(UInt64, Int32) Yöntem

Tanım

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

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

Parametreler

value
UInt64

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