FireDAC.DatS.FDDoubleDelta
| [–] Properties | |
|---|---|
| Type: variable | |
| Visibility: public | |
| Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
| Unit: FireDAC.DatS | |
| Parent: FireDAC.DatS | |
Delphi
FDDoubleDelta: Double = 0.0000000000001;
C++
extern DELPHI_PACKAGE double FDDoubleDelta;
Description
Controls the maximum difference when comparing the ftFloat field values.
The default value is 0.0000000000001.