Open main menu

RAD Studio API Documentation β

System.TDoubleRec.Mantissa

Delphi

function Mantissa: UInt64;

C++

unsigned __int64 __fastcall Mantissa();

Properties

Type Visibility Source Unit Parent
function public
System.pas
System.hpp
System TDoubleRec

Description

Returns the mantissa.


Mantissa returns the mantissa of the floating-point value. (The hidden bit is not included.)

See Also