IntPtr.RotateRight(IntPtr, Int32) Метод

Определение

Поворот значения вправо по заданному количеству.

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

Параметры

value
IntPtr

nativeint

Значение, повернутое вправо rotateAmount.

rotateAmount
Int32

Сумма, по которой value поворачивается вправо.

Возвращаемое значение

IntPtr

nativeint

Результат поворота value вправо rotateAmount.

Реализации

Применяется к