Experimental: this API is experimental and might be changed or removed in the future.

IUxmlAttributes.GetPropertyDouble

매뉴얼로 전환
public double GetPropertyDouble (string propertyName, double defaultValue);

파라미터

defaultValueDefault value if the property is not found.
propertyNameAttributeName.

반환

double The attribute value or the default value if not found.

설명

Return the value of an attribute as a double, or the defaultValue if the property is not found.