Complex.TryParse
Complex.TryParse method
Tries to parse the specified s into a Complex
.
public static bool TryParse(string s, out Complex result)
Parameter | Type | Description |
---|---|---|
s | String | The s value. |
result | Complex& | The result. |
Return Value
True, if the complex number is parsed.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging