Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(Single,PropertyValue) Operator
Value to convert.
In This Topic
    Implicit Type Conversion(Single,PropertyValue) Operator
    In This Topic
    Implicit conversion from PropertyValue to System.Single.
    Syntax
    public float operator implicit( 
       PropertyValue propertyValue
    )

    Parameters

    propertyValue
    Value to convert.

    Return Value

    System.Single value of a given PropertyValue.
    Remarks
    Use only for a PropertyValue which stores a double value! In case of null input returns default(float) (0f).
    See Also