Complex.Subtract
Contents
[
Hide
]Subtract(Complex, Complex)
Subtracts b from a.
public static Complex Subtract(Complex a, Complex b)
Parameter | Type | Description |
---|---|---|
a | Complex | The a complex. |
b | Complex | The b complex. |
Return Value
The result of subtraction.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging
Subtract(Complex, double)
Subtracts s from a.
public static Complex Subtract(Complex a, double s)
Parameter | Type | Description |
---|---|---|
a | Complex | The a complex. |
s | Double | The s value. |
Return Value
The result of subtraction.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging
Subtract(double, Complex)
Subtracts s from a.
public static Complex Subtract(double s, Complex a)
Parameter | Type | Description |
---|---|---|
s | Double | The s value. |
a | Complex | The a complex. |
Return Value
The result of subtraction.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging
Subtract(Complex, Complex, ref Complex)
Subtracts b from a.
public static void Subtract(Complex a, Complex b, ref Complex result)
Parameter | Type | Description |
---|---|---|
a | Complex | The a complex. |
b | Complex | The b complex. |
result | Complex& | The result. |
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging
Subtract(Complex, double, ref Complex)
Subtracts s from a.
public static void Subtract(Complex a, double s, ref Complex result)
Parameter | Type | Description |
---|---|---|
a | Complex | The a complex. |
s | Double | The s value. |
result | Complex& | The result. |
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging
Subtract(double, Complex, ref Complex)
Subtracts a from s.
public static void Subtract(double s, Complex a, ref Complex result)
Parameter | Type | Description |
---|---|---|
s | Double | The s value. |
a | Complex | The a complex. |
result | Complex& | The result. |
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging