Single..::..IsNaN Method
Returns a value that indicates whether the specified value is not a number (NaN).
Namespace:
SystemAssembly: 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