System.TExtended80Rec.Exponent

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

Delphi

function Exponent: Integer;

C++

int __fastcall Exponent();

プロパティ

種類 可視性 ソース ユニット
function public
System.pas
System.hpp
System TExtended80Rec

説明

指数を返します。


Exponent は、浮動小数点変数の指数を返します。 戻り値はバイアスなしのもので、浮動小数点値が非正規化のものならば -16382、浮動小数点値が 0 か 無限の場合には 0 となります。

関連項目