Langue

MathContext.Engineering Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Icu.Math.MathNotationForm enum directly instead of this field.

Notation à virgule flottante standard (avec format exponentiel d’ingénierie, où la puissance de dix est un multiple de 3).

[Android.Runtime.Register("ENGINEERING", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Math.MathNotationForm enum directly instead of this field.", true)]
public const Android.Icu.Math.MathNotationForm Engineering = 2;
[<Android.Runtime.Register("ENGINEERING", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Math.MathNotationForm enum directly instead of this field.", true)>]
val mutable Engineering : Android.Icu.Math.MathNotationForm

Valeur de champ

Value = 2
Attributs

Remarques

Notation à virgule flottante standard (avec format exponentiel d’ingénierie, où la puissance de dix est un multiple de 3). Utilisé comme paramètre pour contrôler la forme du résultat d’une BigDecimal opération. Un résultat zéro sous forme simple peut avoir une partie décimale d’un ou plusieurs zéros.

Java documentation pour android.icu.math.MathContext.ENGINEERING.

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.

S’applique à