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

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

 

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