SByte.RotateLeft(SByte, Int32) Yöntem

Tanım

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

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

Parametreler

value
SByte

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.

Uygulamalar

Şunlara uygulanır