Поделиться через


BigInteger.ShiftRight(Int32) Метод

Определение

Возвращает bigInteger, значение которого равно (this >> n).

[Android.Runtime.Register("shiftRight", "(I)Ljava/math/BigInteger;", "GetShiftRight_IHandler")]
public virtual Java.Math.BigInteger ShiftRight (int n);
[<Android.Runtime.Register("shiftRight", "(I)Ljava/math/BigInteger;", "GetShiftRight_IHandler")>]
abstract member ShiftRight : int -> Java.Math.BigInteger
override this.ShiftRight : int -> Java.Math.BigInteger

Параметры

n
Int32

расстояние смещения в битах.

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

this >> n

Атрибуты

Комментарии

Документация по Java для java.math.BigInteger.shiftRight(int).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

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