RoundingMode.Up Property

Definition

Rounding mode where positive values are rounded towards positive infinity and negative values towards negative infinity.

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

Property Value

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