Char.IBinaryInteger<Char>.RotateRight(Char, Int32) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Değeri belirli bir miktarda sağa döndürür.
static char System.Numerics.IBinaryInteger<System.Char>.RotateRight(char value, int rotateAmount) = System::Numerics::IBinaryInteger<char>::RotateRight;
static char IBinaryInteger<char>.RotateRight(char value, int rotateAmount);
static member System.Numerics.IBinaryInteger<System.Char>.RotateRight : char * int -> char
Shared Function RotateRight (value As Char, rotateAmount As Integer) As Char Implements IBinaryInteger(Of Char).RotateRight
Parametreler
- value
- Char
tarafından rotateAmountsağa döndürülen değer.
- rotateAmount
- Int32
Doğru döndürülen value tutar.
Döndürülenler
tarafından rotateAmountsağa dönmenin value sonucu.