MathContext.Engineering 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 exponentiellem Engineering-Format, wobei die Potenz von zehn ein Vielfaches von 3 ist).

[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

Feldwert

Value = 2
Attribute

Hinweise

Standard-Gleitkommanotation (mit exponentiellem Engineering-Format, wobei die Potenz von zehn ein Vielfaches von 3 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.ENGINEERING.

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: