Share via


UInt64.RotateLeft(UInt64, Int32) Yöntem

Tanım

Belirli bir miktar tarafından bırakılan bir değeri döndürür.

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

Parametreler

value
UInt64

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

rotateAmount
Int32

Sola döndürülen value tutar.

Döndürülenler

tarafından rotateAmountsola dönmenin value sonucu.

Uygulamalar

Şunlara uygulanır