FireDAC.DatS.FDDoubleDelta

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FDDoubleDelta: Double = 0.0000000000001;

C++

extern DELPHI_PACKAGE double FDDoubleDelta;

Properties

Type Visibility Source Unit Parent
variable public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS FireDAC.DatS

Description

Controls the maximum difference when comparing the ftFloat field values.

The default value is 0.0000000000001.

See Also