System.Math.NaN

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

Delphi

NaN         =  0.0 / 0.0;

C++

extern const System::Extended NaN /*= 0.0 / 0.0*/;

プロパティ

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


説明

NaN は、有効な数値として表現できない値を表します。

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

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

関連項目