Bridge

Single..::..IsNaN Method

Returns a value that indicates whether the specified value is not a number (NaN).

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static bool IsNaN(
	float d
)
<TemplateAttribute> _
Public Shared Function IsNaN ( _
	d As Single _
) As Boolean
[TemplateAttribute]
public:
static bool^ IsNaN(
	float^ d
)

Parameters

d
Type: System..::..Single

Return Value

true if f evaluates to not a number (NaN); otherwise, false.