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


BigInteger.ShiftLeft(Int32) Метод

Определение

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

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

Параметры

n
Int32

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

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

this << n

Атрибуты

Комментарии

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

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

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