Rational.IsZero Property

Definition

Indicates whether this rational represents a zero value.

public bool IsZero { [Android.Runtime.Register("isZero", "()Z", "")] get; }
[<get: Android.Runtime.Register("isZero", "()Z", "")>]
member this.IsZero : bool

Property Value

true if this rational is finite zero value; false otherwise

Attributes

Remarks

Indicates whether this rational represents a zero value.

A zero value is a #isFinite finite rational with a numerator of 0.

Java documentation for android.util.Rational.isZero().

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