API:System.SysUtils.TFloatRec

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TFloatRec = packed record
    Exponent: Smallint;
    Negative: Boolean;
    Digits: array[0..20] of Byte;
  end;

C++

struct DECLSPEC_DRECORD TFloatRec
{
public:
    short Exponent;
    bool Negative;
    System::StaticArray<System::Byte, 21> Digits;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !