System.SysUtils.TSingleHelper.BuildUp

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

Delphi

procedure BuildUp(const SignFlag: Boolean; const Mantissa: UInt64; const Exponent: Integer);

プロパティ

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

説明

TSingleHelper 変数を、渡された符号、仮数、指数で構築します。

SignFlag パラメータは、数の符号のためのフラグを表します。負数の場合には True、正数の場合には False になります。

Mantissa パラメータは、数の桁を表します。Mantissa は、UInt64 値です。

Exponent パラメータは、数の指数部を表します。Exponent は、Int 値です。

関連項目