Java.Lang.Double.InvokeIsNaN Method
Indicates whether the specified double is a Not-a-Number (NaN) value.

Syntax

[Android.Runtime.Register("isNaN", "(D)Z", "")]
public static bool InvokeIsNaN (double d)

Parameters

d
the double value to check.

Returns

Documentation for this section has not yet been entered.

Remarks

Indicates whether the specified double is a Not-a-Number (NaN) value.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1