MathContext.RoundUp 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 arrondir à zéro.
[Android.Runtime.Register("ROUND_UP", 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 RoundUp = 0;
[<Android.Runtime.Register("ROUND_UP", 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 RoundUp : Android.Icu.Math.RoundOptionsUnused
Valeur de champ
Value = 0- Attributs
Remarques
Mode arrondi pour arrondir à zéro. Utilisé comme paramètre pour contrôler le mode d’arrondi utilisé pendant une BigDecimal opération.
Si l’un des chiffres ignorés n’est pas égal à zéro, le résultat est arrondi (à l’écart de zéro).
Java documentation pour android.icu.math.MathContext.ROUND_UP.
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.