Indicates whether a binary-coded decimal (BCD) value is less than 0.
function IsBcdNegative(const Bcd: TBcd): Boolean;
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!
|