System.TExtended80Rec.Mantissa

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Mantissa: UInt64; inline;

C++

unsigned __int64 __fastcall Mantissa();

Properties

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

Description

Returns the mantissa.


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

See Also