FMTBcd.IsBcdNegative
From RAD Studio VCL Reference
Contents |
Delphi Information
From FMTBcd.pas
function IsBcdNegative(const Bcd: TBcd): Boolean;
Unit: FMTBcd
Type: function
Visibility: public
C++ Information
From FMTBcd.hpp
bool __fastcall IsBcdNegative(const Fmtbcd::TBcd & Bcd);
Unit: FMTBcd
Type: function
Description
Indicates whether a binary-coded decimal (BCD) value is less than 0.
IsBcdNegative returns true if Bcd is less than 0, false if Bcd is greater than or equal to 0.