IBinaryInteger<TSelf>.RotateLeft(TSelf, Int32) Yöntem

Tanım

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

public:
 static override TSelf RotateLeft(TSelf value, int rotateAmount);
public static virtual TSelf RotateLeft (TSelf value, int rotateAmount);
static member RotateLeft : 'Self * int -> 'Self
Public Shared Overrides Function RotateLeft (value As TSelf, rotateAmount As Integer) As TSelf

Parametreler

value
TSelf

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

rotateAmount
Int32

Sola döndürülen value miktar.

Döndürülenler

TSelf

tarafından rotateAmountsola dönmenin value sonucu.

Şunlara uygulanır