Converts a Comp value to a double value.
function CompToDouble(Value: Comp): Double; cdecl;
__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!
|