System.TDoubleRec.operator Explicit
Delphi
class operator Explicit(a: Extended): TDoubleRec; inline;
class operator Explicit(a: TDoubleRec): Extended; inline;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.pas | System | TDoubleRec |
Description
Delphi explicit conversion operator from System.TDoubleRec to System.Extended and back.
This operator allows conversions between System.TDoubleRec and System.Extended in Delphi.