UInt64.RotateLeft(UInt64, Int32) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Değeri belirli bir miktar sola 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 valuesola döndürmenin rotateAmount sonucu.