Lingua

BigDecimal.RoundHalfUp Campo

Definizione

Attenzione

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

Modalità di arrotondamento per arrotondare al vicino più vicino, dove un valore equidistante viene arrotondato per errotondare.

[Android.Runtime.Register("ROUND_HALF_UP", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Math.RoundOptions enum directly instead of this field.", true)]
public const Android.Icu.Math.RoundOptions RoundHalfUp = 4;
[<Android.Runtime.Register("ROUND_HALF_UP", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Math.RoundOptions enum directly instead of this field.", true)>]
val mutable RoundHalfUp : Android.Icu.Math.RoundOptions

Valore del campo

Value = 4
Attributi

Commenti

Modalità di arrotondamento per arrotondare al vicino più vicino, dove un valore equidistante viene arrotondato per errotondare.

per android.icu.math.BigDecimal.ROUND_HALF_UP.

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