RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.CompToDouble Function

Converts a Comp value to a double value.

Pascal
function CompToDouble(Value: Comp): Double; cdecl;
C++
__cdecl Double CompToDouble(Comp Value);

System

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!