System.TExtended80Rec._Exp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property _Exp: UInt64 read Get_Exp write Set_Exp;

C++

__property unsigned __int64 _Exp = {read=Get_Exp, write=Set_Exp};

Properties

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

Description

The exponent and sign of this System.TExtended80Rec instance.


_Exp represents the most significant 16 bits of this System.TExtended80Rec instance: the sign and the exponent (as stored internally).

See Also