Data.DB.TLargeintField.GetAsSingle
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TLargeintField |
Delphi
function GetAsSingle: Single; override;
C++
virtual float __fastcall GetAsSingle();
Description
Returns the value of the field as a Single.
GetAsSingle returns the field value as a single precision floating-point value.