Java.Math.RoundingMode.HalfEven Property
Rounding mode where values are rounded towards the nearest neighbor.

Syntax

[Android.Runtime.Register("HALF_EVEN")]
public static RoundingMode HalfEven { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Rounding mode where values are rounded towards the nearest neighbor. Ties are broken by rounding to the even neighbor.

[Android Documentation]

Requirements

Namespace: Java.Math
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: