Data.FmtBcd.BcdPrecision

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BcdPrecision(const Bcd: TBcd): Word;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.FmtBcd.pas
Data.FMTBcd.hpp
Data.FmtBcd Data.FmtBcd

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