UInt128.RotateLeft(UInt128, Int32) Yöntem

Tanım

Değeri belirli bir miktar sola döndürür.

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

Parametreler

value
UInt128

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

rotateAmount
Int32

Sola döndürülen value miktar.

Döndürülenler

tarafından rotateAmountsola dönmenin value sonucu.

Uygulamalar

Şunlara uygulanır