MathContext.Scientific Campo

Definición

Precaución

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

Notación de punto flotante estándar (con formato exponencial científico, donde hay un dígito antes de cualquier separador decimal).

[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

Valor de campo

Value = 1
Atributos

Comentarios

Notación de punto flotante estándar (con formato exponencial científico, donde hay un dígito antes de cualquier separador decimal). Se usa como configuración para controlar la forma del resultado de una BigDecimal operación. Un resultado cero en formato sin formato puede tener una parte decimal de uno o más ceros.

Java documentación para android.icu.math.MathContext.SCIENTIFIC.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a