Complex.op_Explicit
explicit operator
Performs an explicit conversion from Double to Complex.
public static explicit operator Complex(double value)
| Parameter | Type | Description |
|---|---|---|
| value | Double | The value. |
Return Value
The result of the conversion.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging
explicit operator
Performs an explicit conversion from Single to Complex.
public static explicit operator Complex(float value)
| Parameter | Type | Description |
|---|---|---|
| value | Single | The value. |
Return Value
The result of the conversion.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging