System.CompToDouble
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