BigInteger.RotateLeft(BigInteger, Int32) Yöntem

Tanım

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

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

Parametreler

value
BigInteger

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