BigInteger.ShiftLeft(Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un valore BigInteger il cui valore è (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
Parametri
- n
- Int32
distanza di spostamento, in bit.
Restituisce
this << n
- Attributi
Commenti
Documentazione java per java.math.BigInteger.shiftLeft(int)
.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.