RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
FMTBcd.BcdPrecision Function

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

Pascal
function BcdPrecision(const Bcd: TBcd): Word;
C++
Word BcdPrecision(const TBcd Bcd);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!