FMTBcd.BcdToDouble

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From FMTBcd.pas

	function BcdToDouble(const Bcd: TBcd): Double;


Unit: FMTBcd

Type: function

Visibility: public

C++ Information

From FMTBcd.hpp

	double __fastcall BcdToDouble(const Fmtbcd::TBcd & Bcd);


Unit: FMTBcd

Type: function

Description

Converts a binary-coded decimal value (BCD) to the corresponding double precision floating point value.


Use BcdToDouble to convert a binary-coded decimal value into a double precision floating point value. If the Bcd parameter represents a value that can't be expressed in double precision, BcdToDouble raises an exception.

See Also

Personal tools
Translations
Newest Version