Represents negative infinity. This field is constant.
Public Const NegativeInfinity As Double
Dim value As Double value = Double.NegativeInfinity
public const double NegativeInfinity
public: literal double NegativeInfinity
public const var NegativeInfinity : double
The value of this constant is the result of dividing a negative number by zero.
This constant is returned when the result of an operation is less than MinValue.
Use IsNegativeInfinity to determine whether a value evaluates to negative infinity. It is not possible to determine whether a value evaluates to negative infinity by comparing it to another value equal to NegativeInfinity.
The following code example illustrates the use of NegativeInfinity:
' This will equal Infinity. Console.WriteLine("10.0 minus NegativeInfinity equals " + (10 - Double.NegativeInfinity).ToString() + ".")
// This will equal Infinity. Console.WriteLine("10.0 minus NegativeInfinity equals {0}.", (10.0 - Double.NegativeInfinity).ToString());
// This will equal Infinity. Console::WriteLine( "10.0 minus NegativeInfinity equals {0}.", (10.0 - Double::NegativeInfinity) );
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