BigDecimal.RoundDown 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 verso zero.

[Android.Runtime.Register("ROUND_DOWN", 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 RoundDown = 1;
[<Android.Runtime.Register("ROUND_DOWN", 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 RoundDown : Android.Icu.Math.RoundOptions

Valore del campo

Value = 1
Attributi

Commenti

Modalità di arrotondamento per arrotondare verso zero.

per android.icu.math.BigDecimal.ROUND_DOWN.

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