Imports System.NumericsImports SystemModule Example Public Sub Main() Dim sbyteValue As SByte = -12 Dim c1 As System.Numerics.Complex = sbyteValue Console.WriteLine(c1) End SubEnd Module