Double variable
Module Example Public Sub Main() Dim value As Double = -4.9999E-305 Dim fromVariable As Double = value Console.WriteLine("Double value from variable: {0,28:R}", fromVariable) End Sub End Module