Imports System.NumericsImports SystemModule Example Public Sub Main() Dim c2 As Complex = 3.14 Console.WriteLine(c2.ToString()) End SubEnd Module