Double.IsNaN Property

Definition

Returns true if this Double value is a Not-a-Number (NaN), false otherwise.

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

Property Value

true if the value represented by this object is NaN; false otherwise.

Attributes

Remarks

Returns true if this Double value is a Not-a-Number (NaN), false otherwise.

Java documentation for java.lang.Double.isNaN().

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