MathContext.RoundCeiling 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 à un nombre plus positif.
[Android.Runtime.Register("ROUND_CEILING", 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 RoundCeiling = 2;
[<Android.Runtime.Register("ROUND_CEILING", 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 RoundCeiling : Android.Icu.Math.RoundOptionsUnused
Valeur de champ
Value = 2- Attributs
Remarques
Mode arrondi pour arrondir à un nombre plus positif. 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 doit être arrondi vers le chiffre plus positif suivant.
Java documentation pour android.icu.math.MathContext.ROUND_CEILING.
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.