System.TSingleRec.operator Explicit

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

Propriétés

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

Description

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


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