Data.DB.TIntegerField.GetAsFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsFloat: Double; override;

C++

virtual double __fastcall GetAsFloat();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TIntegerField

Description

Returns the value of the field as a Double.

GetAsFloat returns the field's value as a double precision floating-point value.

See Also