Rational.Zero Property

Definition

Constant for the zero value of the Rational type.

[Android.Runtime.Register("ZERO")]
public static Android.Util.Rational? Zero { get; }
[<Android.Runtime.Register("ZERO")>]
static member Zero : Android.Util.Rational

Property Value

Attributes

Remarks

Constant for the zero value of the Rational type.

Equivalent to constructing a new rational with a numerator equal to 0 and any non-zero denominator.

Java documentation for android.util.Rational.ZERO.

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