RoundingMode.HalfEven Property

Definition

Rounding mode where values are rounded towards the nearest neighbor.

[Android.Runtime.Register("HALF_EVEN")]
public static Java.Math.RoundingMode? HalfEven { get; }
[<Android.Runtime.Register("HALF_EVEN")>]
static member HalfEven : Java.Math.RoundingMode

Property Value

The rounding mode that rounds to the nearest neighbor, resolving ties by rounding towards the even neighbor.

Attributes

Remarks

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