Linguaggio

MathContext.Plain Campo

Definizione

Attenzione

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

Notazione normale (punto fisso), senza esponente.

[Android.Runtime.Register("PLAIN", 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 Plain = 0;
[<Android.Runtime.Register("PLAIN", 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 Plain : Android.Icu.Math.MathNotationForm

Valore del campo

Value = 0
Attributi

Commenti

Notazione normale (punto fisso), senza esponente. Utilizzato come impostazione per controllare la forma del risultato di un'operazione BigDecimal . Un risultato zero in forma normale può avere una parte decimale di uno o più zeri.

per android.icu.math.MathContext.PLAIN.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a