Returns the precision of a binary-coded decimal (BCD) value.
function BcdPrecision(const Bcd: TBcd): Word;
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!
|