Share via


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

Tanım

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

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

Parametreler

value
TSelf

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

rotateAmount
Int32

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

Döndürülenler

TSelf

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

Şunlara uygulanır