Langue

DecimalFormat.ScientificNotation Propriété

Définition

<strong>[icu]</strong> Renvoie si la notation scientifique (exponentielle) est activée sur ce formateur. -ou- <strong>[icu]</strong><>Scientific Notation :</strong> Sets indique si ce formateur doit imprimer dans la notation scientifique (exponentielle).

public virtual bool ScientificNotation { [Android.Runtime.Register("isScientificNotation", "()Z", "GetIsScientificNotationHandler", ApiSince=24)] get; [Android.Runtime.Register("setScientificNotation", "(Z)V", "GetSetScientificNotation_ZHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("isScientificNotation", "()Z", "GetIsScientificNotationHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setScientificNotation", "(Z)V", "GetSetScientificNotation_ZHandler", ApiSince=24)>]
member this.ScientificNotation : bool with get, set

Valeur de propriété

Attributs

Remarques

Documentation getter de propriété :

<strong>[icu]</strong> Renvoie si la notation scientifique (exponentielle) est activée sur ce formateur.

Java documentation pour android.icu.text.DecimalFormat.isScientificNotation().

Documentation du jeu de propriétés :

< >strong[icu]</strong><>Scientific Notation :</strong> Sets indique si ce formateur doit imprimer en notation scientifique (exponentielle). Par exemple, si la notation scientifique est activée, le nombre 123000 est imprimé en tant que « 1,23E5 » dans les paramètres régionaux <em>en-US</em>. Un symbole spécifique aux paramètres régionaux est utilisé comme séparateur d’exposant.

L’appel df.setScientificNotation(true) est fonctionnellement équivalent à l’appel df.setMinimumExponentDigits(1).

Java documentation pour android.icu.text.DecimalFormat.setScientificNotation(boolean).

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 à