Compartilhar via


BigInteger.ShiftLeft(Int32) Método

Definição

Retorna um BigInteger cujo valor é (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

Parâmetros

n
Int32

distância de deslocamento, em bits.

Retornos

this << n

Atributos

Comentários

Documentação Java para java.math.BigInteger.shiftLeft(int).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a