RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
FMTBcd.BcdScale Function

Returns the number of decimal places for a binary-coded decimal (BCD) value.

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

FMTBcd

Use BcdScale to determine the number of decimal places in a specified BCD value. 

 

BcdPrecision 

IsBcdNegative 

NormalizeBcd

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