RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
FMTBcd.IsBcdNegative Function

Indicates whether a binary-coded decimal (BCD) value is less than 0.

Pascal
function IsBcdNegative(const Bcd: TBcd): Boolean;
C++
Boolean IsBcdNegative(const TBcd Bcd);

FMTBcd

IsBcdNegative returns true if Bcd is less than 0, false if Bcd is greater than or equal to 0. 

 

BcdPrecision 

BcdScale 

NormalizeBcd

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