BigDecimal.Negate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Negate() |
Retourne une |
Negate(MathContext) |
Retourne une |
Negate()
Retourne une BigDecimal
valeur dont la valeur est (-this)
, et dont l’échelle est this.scale()
.
[Android.Runtime.Register("negate", "()Ljava/math/BigDecimal;", "GetNegateHandler")]
public virtual Java.Math.BigDecimal? Negate ();
[<Android.Runtime.Register("negate", "()Ljava/math/BigDecimal;", "GetNegateHandler")>]
abstract member Negate : unit -> Java.Math.BigDecimal
override this.Negate : unit -> Java.Math.BigDecimal
Retours
-this
.
- Attributs
Remarques
Documentation Java pour java.math.BigDecimal.negate()
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.
S’applique à
Negate(MathContext)
Retourne une BigDecimal
valeur dont la valeur est (-this)
, avec arrondi en fonction des paramètres de contexte.
[Android.Runtime.Register("negate", "(Ljava/math/MathContext;)Ljava/math/BigDecimal;", "GetNegate_Ljava_math_MathContext_Handler")]
public virtual Java.Math.BigDecimal? Negate (Java.Math.MathContext? mc);
[<Android.Runtime.Register("negate", "(Ljava/math/MathContext;)Ljava/math/BigDecimal;", "GetNegate_Ljava_math_MathContext_Handler")>]
abstract member Negate : Java.Math.MathContext -> Java.Math.BigDecimal
override this.Negate : Java.Math.MathContext -> Java.Math.BigDecimal
Paramètres
- mc
- MathContext
contexte à utiliser.
Retours
-this
, arrondi si nécessaire.
- Attributs
Remarques
Documentation Java pour java.math.BigDecimal.negate(java.math.MathContext)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.