Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / DecimalProperty Class / Implicit Type Conversion Operator / Implicit Type Conversion(Double,DecimalProperty) Operator
Decimal property to convert to double.
In This Topic
    Implicit Type Conversion(Double,DecimalProperty) Operator
    In This Topic
    Implicit conversion from DecimalProperty to System.Double.
    Syntax
    public double operator implicit( 
       DecimalProperty property
    )

    Parameters

    property
    Decimal property to convert to double.

    Return Value

    Double value from the property.
    See Also