System.CompToDouble

From RAD Studio API Documentation
Revision as of 10:38, 10 February 2014 by AChavesBot (talk | contribs) (47307.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function  CompToDouble(Value: Comp): Double; cdecl;

C++

extern PACKAGE double   __cdecl CompToDouble(Comp acomp);

Properties

Type Visibility Source Unit Parent
function public
System.pas
syscomp.h
System System

Description

Converts a Comp value to a double value.

CompToDouble converts a Comp value to a double value containing the decimal representation of that number.

See Also


Code Examples