共用方式為


JSObject.GetPropertyAsDouble(String) 方法

定義

傳回屬性的值,就像屬性存在一樣 Double ,否則傳回 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

參數

propertyName
String

屬性的名稱。

傳回

具有指定名稱的屬性值。

例外狀況

屬性值不是數位。

備註

當屬性值不是數位時,這個方法會擲回 JSException

適用於