System.TDoubleRec.Frac

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Frac: UInt64 read GetFrac write SetFrac;

C++

__property unsigned __int64 Frac = {read=GetFrac, write=SetFrac};

Properties

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

Description

Sets and gets the mantissa.


Frac represents the mantissa of the System.TDoubleRec variable.