Represents positive infinity. This field is constant.
Public Const PositiveInfinity As Double
Dim value As Double value = Double.PositiveInfinity
public const double PositiveInfinity
public: literal double PositiveInfinity
public const var PositiveInfinity : double
The value of this constant is the result of dividing a positive number by zero.
This constant is returned when the result of an operation is greater than MaxValue.
Use IsPositiveInfinity to determine whether a value evaluates to positive infinity. It is not possible to determine whether a value evaluates to positive infinity by comparing it to another value equal to PositiveInfinity.
The following code example illustrates the use of PositiveInfinity:
' This will equal Infinity. Console.WriteLine("PositiveInfinity plus 10.0 equals " + (Double.PositiveInfinity + 10).ToString() + ".")
// This will equal Infinity. Console.WriteLine("PositiveInfinity plus 10.0 equals {0}.", (Double.PositiveInfinity + 10.0).ToString());
// This will equal Infinity. Console::WriteLine( "PositiveInfinity plus 10.0 equals {0}.", (Double::PositiveInfinity + 10.0) );
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune