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

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

 

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