다음을 통해 공유


BigDecimal.RoundHalfEven 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 to nearest neighbor, where an equidistant value is rounded to the nearest even neighbor.

[Android.Runtime.Register("ROUND_HALF_EVEN", 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 RoundHalfEven = 6;
[<Android.Runtime.Register("ROUND_HALF_EVEN", 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 RoundHalfEven : Android.Icu.Math.RoundOptions

Field Value

Value = 6
Attributes

Remarks

Rounding mode to round to nearest neighbor, where an equidistant value is rounded to the nearest even neighbor.

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

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