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

    Parameters

    value
    Number to save.

    Return Value

    New PropertyValue created from a given System.Single.
    Remarks
    The resulting instance can hold only System.Double values from this moment.
    Example
    PropertyValue value = (float)42.0;
    See Also