Complex.Parse
Complex.Parse method
Parses the specified s into a Complex
.
public static Complex Parse(string s)
Parameter | Type | Description |
---|---|---|
s | String | The s value. |
Return Value
The complex number.
Exceptions
exception | condition |
---|---|
FormatException | String representation of the complex number is not correctly formatted. |
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging