NumberPrototype.valueOf(Object) Methode

Definition

Gibt den Wert des angegebenen NumberObject zurück.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 static System::Object ^ valueOf(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Number_valueOf)]
public static object valueOf (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Number_valueOf)>]
static member valueOf : obj -> obj
Public Shared Function valueOf (thisob As Object) As Object

Parameter

thisob
Object

Das Objekt, für den diese Methode ausgeführt wird.

Gibt zurück

Der Wert von thisob.

Attribute

Gilt für:

Weitere Informationen