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);

FMTBcd

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

 

BcdScale 

IsBcdNegative 

NormalizeBcd

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!