System.Math.NegInfinity

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

NegInfinity = -1.0 / 0.0;

C++

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

プロパティ

種類 可視性 ソース ユニット
const
variable
public
System.Math.pas
System.Math.hpp
System.Math System.Math


説明

NegInfinity は負の無限大を表します。

NegInfinity は実際には -1.0/0.0 として定義されています。

メモ: NegInfinity は、rvalue としてのみ使用できます。

関連項目