Complex.op_Addition
Contents
[
Hide
]operator +
Implements the operator +.
public static Complex operator +(Complex a, Complex b)
| Parameter | Type | Description |
|---|---|---|
| a | Complex | The a complex. |
| b | Complex | The b complex. |
Return Value
The result of the operator.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging
operator +
Implements the operator +.
public static Complex operator +(Complex a, double s)
| Parameter | Type | Description |
|---|---|---|
| a | Complex | The a complex. |
| s | Double | The s value. |
Return Value
The result of the operator.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging
operator +
Implements the operator +.
public static Complex operator +(double s, Complex a)
| Parameter | Type | Description |
|---|---|---|
| s | Double | The s value. |
| a | Complex | The a complex. |
Return Value
The result of the operator.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging