Imports System.NumericsImports SystemModule Example Public Sub Main() Dim c6 As Complex = Complex.FromPolarCoordinates(10, 0.524) Console.WriteLine(c6.ToString()) End SubEnd Module