MathContext.Scientific Feld

Definition

Achtung

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

Standard-Gleitkommanotation (mit wissenschaftlicher exponentieller Formatierung, wobei vor einem Dezimalkomma eine Ziffer vorhanden ist).

[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

Feldwert

Value = 1
Attribute

Hinweise

Standard-Gleitkommanotation (mit wissenschaftlicher exponentieller Formatierung, wobei vor einem Dezimalkomma eine Ziffer vorhanden ist). Wird als Einstellung verwendet, um das Formular des Ergebnisses eines BigDecimal Vorgangs zu steuern. Ein Nullergebnis in einfacher Form kann einen Dezimalteil von einer oder mehreren Nullen aufweisen.

Java Dokumentation für android.icu.math.MathContext.SCIENTIFIC.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: