Idioma

DecimalFormat.ScientificNotation Propriedade

Definição

<strong>[icu]</strong> Retorna se a notação científica (exponencial) está habilitada neste formatador. -ou- <strong>[icu]</strong><Scientific>Notation:</strong> Sets whether this formatter should print in scientific (exponential) notation.

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

Valor da propriedade

Atributos

Comentários

Documentação do getter de propriedades:

<strong>[icu]</strong> Retorna se a notação científica (exponencial) está habilitada neste formatador.

Java documentação para android.icu.text.DecimalFormat.isScientificNotation().

Documentação do setter de propriedades:

<strong>[icu]</strong><>Scientific Notation:</strong> Sets whether this formatter should print in scientific (exponential) notation. Por exemplo, se a notação científica estiver habilitada, o número 123000 será impresso como "1.23E5" na localidade <em>en-US</em>. Um símbolo específico da localidade é usado como separador do expoente.

A chamada df.setScientificNotation(true) é funcionalmente equivalente à chamada df.setMinimumExponentDigits(1).

Java documentação para android.icu.text.DecimalFormat.setScientificNotation(boolean).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a