Condividi tramite


BigInteger.FlipBit(Int32) Metodo

Definizione

Restituisce un BigInteger il cui valore equivale a questo BigInteger con il bit designato capovolto.

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

Parametri

n
Int32

indice di bit da capovolgere.

Restituisce

this ^ (1<<n)

Attributi

Eccezioni

Commenti

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