JSObject.GetPropertyAsDouble(String) Method

Definition

Returns the value of the property as Double if the property exists, otherwise 0.

public:
 double GetPropertyAsDouble(System::String ^ propertyName);
public double GetPropertyAsDouble (string propertyName);
member this.GetPropertyAsDouble : string -> double
Public Function GetPropertyAsDouble (propertyName As String) As Double

Parameters

propertyName
String

The name of the property.

Returns

The value of the property with the specified name.

Exceptions

The property value is not a number.

Remarks

This method throws a JSException when the property value is not a number.

Applies to