FireDAC.Stan.Util.FDBCD2Double

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDBCD2Double(const ABcd: TBcd; out AVal: Extended);

C++

extern DELPHI_PACKAGE void __fastcall FDBCD2Double(const Data::Fmtbcd::TBcd &ABcd, /* out */ System::Extended &AVal);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Converts a TBcd to a double value.

The FDBCD2Double procedure converts the ABcd parameter to an Extended value and passes it to the AVal parameter.

See Also