System.Math.Infinity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Infinity = 1.0 / 0.0;

C++

extern const System::Extended Infinity /*= 1.0 / 0.0*/;

Properties

Type Visibility Source Unit Parent
const
variable
public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Infinity represents positive infinity.

Infinity is literally defined as 1.0/0.0.

Note: Infinity can be used only as an rvalue.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Math.Infinity&oldid=170097"