System.Math.NegInfinity
Delphi
NegInfinity = -1.0 / 0.0;
C++
extern const System::Extended NegInfinity /*= -1.0 / 0.0*/;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
const variable |
public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
NegInfinity représente moins l'infini.
NegInfinity est littéralement définie comme -1.0/0.0.
Remarque : NegInfinity peut être utilisée uniquement en tant que rvalue.