Freigeben über


BigDecimal.RoundUp Field

Definition

Caution

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

Rounding mode to round away from zero.

[Android.Runtime.Register("ROUND_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 RoundUp = 0;
[<Android.Runtime.Register("ROUND_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 RoundUp : Android.Icu.Math.RoundOptions

Field Value

Value = 0
Attributes

Remarks

Rounding mode to round away from zero.

Java documentation for android.icu.math.BigDecimal.ROUND_UP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to