Int16.RotateRight(Int16, Int32) Yöntem

Tanım

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

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

Parametreler

value
Int16

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

rotateAmount
Int32

Doğru döndürülen value miktar.

Döndürülenler

tarafından sağa rotateAmountdöndürmenin value sonucu.

Uygulamalar

Şunlara uygulanır