System.SysUtils.TExtendedHelper.Exponent

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

Delphi

function Exponent: Integer;

プロパティ

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


説明

拡張精度浮動小数点値の指数部を表します。

32 ビット Windows では、バイアス は 16384 です。

64 ビット Windows および ARM プラットフォームでは、バイアスは 1023 です。詳細は、TExtendedHelper を参照してください。

関連項目