System.TExtended80Rec.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 TExtended80Rec

Description

The mantissa of this System.TExtended80Rec variable.


Use Frac to set and get the mantissa of the System.TExtended80Rec variable.