Indicates whether the specified float is a Not-a-Number (NaN)
value.
Syntax
[Android.Runtime.Register("isNaN", "(F)Z", "")]
public static
bool InvokeIsNaN (
float f)
Parameters
- f
- the float value to check.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1