System.TExtended80Rec.operator Explicit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Explicit(a: Extended): TExtended80Rec;
class operator Explicit(a: TExtended80Rec): Extended;

Properties

Type Visibility Source Unit Parent
function public System.pas System TExtended80Rec

Description

Delphi explicit conversion operator from System.TExtended80Rec to System.Extended and back.


This operator allows conversions between System.TExtended80Rec and System.Extended in Delphi.