GlobalObject.isNaN(Object) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Bepaalt of het opgegeven getal kan worden geconverteerd naar een JScript-nummer.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
static bool isNaN(System::Object ^ num);
[Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Global_isNaN)]
public static bool isNaN(object num);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Global_isNaN)]
public static bool isNaN(object num);
[<Microsoft.JScript.JSFunction((Microsoft.JScript.JSFunctionAttributeEnum) 0, Microsoft.JScript.JSBuiltin.Global_isNaN)>]
static member isNaN : obj -> bool
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.None, Microsoft.JScript.JSBuiltin.Global_isNaN)>]
static member isNaN : obj -> bool
Public Shared Function isNaN (num As Object) As Boolean
Parameters
- num
- Object
Het te controleren nummer.
Retouren
trueals num kan worden geconverteerd naar een JScript-nummer; anders. false
- Kenmerken