Data.FmtBcd.BcdPrecision

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.FmtBcd.pas
Data.FMTBcd.hpp
Unit: Data.FmtBcd
Parent: Data.FmtBcd

Delphi

function BcdPrecision(const Bcd: TBcd): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall BcdPrecision(const TBcd &Bcd);

Description

Returns the precision of a binary-coded decimal (BCD) value.

Use BcdPrecision to determine the number of significant digits in a specified BCD value.

See Also