Langue

MathContext.Scientific 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 scientifique, où il y a un chiffre avant un point décimal).

[Android.Runtime.Register("SCIENTIFIC", 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 Scientific = 1;
[<Android.Runtime.Register("SCIENTIFIC", 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 Scientific : Android.Icu.Math.MathNotationForm

Valeur de champ

Value = 1
Attributs

Remarques

Notation à virgule flottante standard (avec format exponentiel scientifique, où il y a un chiffre avant un point décimal). 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.SCIENTIFIC.

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 à