System.TSingleRec.operator Explicit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

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


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