Condividi tramite


BigInteger.ShiftRight(Int32) Metodo

Definizione

Restituisce un valore BigInteger il cui valore è (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

Parametri

n
Int32

distanza di spostamento, in bit.

Restituisce

this >> n

Attributi

Commenti

Documentazione java per java.math.BigInteger.shiftRight(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.

Si applica a