System.TDoubleRec.operator Explicit

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class operator Explicit(a: Extended): TDoubleRec; inline;
class operator Explicit(a: TDoubleRec): Extended; inline;

Propriétés

Type Visibilité  Source Unité  Parent
function public System.pas System TDoubleRec

Description

Opérateur de conversion explicite Delphi de System.TDoubleRec en System.Extended et inversement.


Cet opérateur permet les conversions entre System.TDoubleRec et System.Extended dans Delphi.