API:System.SysUtils.TFloatRec
Delphi
TFloatRec = packed record
C++
struct DECLSPEC_DRECORD TFloatRec
{
public:
short Exponent;
bool Negative;
System::StaticArray<System::Byte, 21> Digits;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Embarcadero Technologies does not currently have any additional information.