System.TExtendedRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TExtendedRec = {$IFDEF EXTENDEDHAS10BYTES} TExtended80Rec {$ELSE} TDoubleRec {$ENDIF};

C++

typedef TExtended80Rec TExtendedRec;

Properties

Type Visibility Source Unit Parent
record
typedef
public
System.pas
System.hpp
System System

Description

Alias to TExtended80Rec or TDoubleRec.

If the size of Extended is 10 bytes, TExtendedRec is functionally equivalent to TExtended80Rec.

If the size of Extended is 8 bytes, TExtendedRec is functionally equivalent to TDoubleRec.

TExtended80Rec or TDoubleRec can be used to perform low-level operations on an extended precision floating-point value.