System.Math.NegInfinity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

NegInfinity = -1.0 / 0.0;

C++

extern const System::Extended NegInfinity /*= -1.0 / 0.0*/;

Properties

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

Description

NegInfinity represents negative infinity.

NegInfinity is literally defined as -1.0/0.0.

Note: NegInfinity can be used only as an rvalue.

See Also