Condividi tramite


BigInteger.Negate Metodo

Definizione

Restituisce un valore BigInteger il cui valore è (-this).

[Android.Runtime.Register("negate", "()Ljava/math/BigInteger;", "GetNegateHandler")]
public virtual Java.Math.BigInteger Negate ();
[<Android.Runtime.Register("negate", "()Ljava/math/BigInteger;", "GetNegateHandler")>]
abstract member Negate : unit -> Java.Math.BigInteger
override this.Negate : unit -> Java.Math.BigInteger

Restituisce

-this

Attributi

Commenti

Documentazione java per java.math.BigInteger.negate().

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