Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(PropertyValue,Double) Operator
double to convert

In This Topic
    Implicit Type Conversion(PropertyValue,Double) Operator
    In This Topic
    Used in conversion from double to the PropertyValue object.
    Syntax
    public PropertyValue operator implicit( 
       double d
    )
    public:
    operator PropertyValue^ ( 
       double d
    )

    Parameters

    d
    double to convert

    Return Value

    PropertyValue object storing value given as a parameter.
    See Also