MathContext.RoundUnnecessary Champ
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.
Attention
This constant will be removed in the future version. Use Android.Icu.Math.RoundOptionsUnused enum directly instead of this field.
Mode arrondi pour affirmer qu’aucune arrondi n’est nécessaire.
[Android.Runtime.Register("ROUND_UNNECESSARY", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Math.RoundOptionsUnused enum directly instead of this field.", true)]
public const Android.Icu.Math.RoundOptionsUnused RoundUnnecessary = 7;
[<Android.Runtime.Register("ROUND_UNNECESSARY", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Math.RoundOptionsUnused enum directly instead of this field.", true)>]
val mutable RoundUnnecessary : Android.Icu.Math.RoundOptionsUnused
Valeur de champ
Value = 7- Attributs
Remarques
Mode arrondi pour affirmer qu’aucune arrondi n’est nécessaire. Utilisé comme paramètre pour contrôler le mode d’arrondi utilisé pendant une BigDecimal opération.
L’arrondi (perte potentielle d’informations) n’est pas autorisé. Si l’un des chiffres ignorés n’est pas égal à zéro, une ArithmeticException exception doit être levée.
Java documentation pour android.icu.math.MathContext.ROUND_UNNECESSARY.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.