System.Math.Infinity

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

Delphi

Infinity    =  1.0 / 0.0;

C++

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

プロパティ

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


説明

Infinity は正の無限大を表します。

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

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

関連項目