System.SysUtils.TDoubleHelper.Mantissa

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

Delphi

function Mantissa: UInt64;

プロパティ

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

説明

倍精度浮動小数点値の精度ビットを返します。

Mantissa(または significand とも呼ばれる)は、ある数の基礎となる小数部分の、1 ビット前のものから形成します。

Mantissa は、UInt64 値を返します。

関連項目