public PowerProperty operator +( PowerProperty property1, PowerProperty property2 )
Parameters
- property1
- First property (result preserves its unit).
- property2
- Second property.
Return Value
Summed property.
public PowerProperty operator +( PowerProperty property1, PowerProperty property2 )
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.ArgumentNullException | Argument is null. |
EPLAN.Harness.API.Exceptions.EmptyPropertyException | The exception that is thrown when the property is empty. |