DK11 for Delphi | GisClasses.TGIS_Bytes.ReadSingle | Constructors | Methods | Properties
Read a single value.
// Delphi public function ReadSingle( const _off : Integer ) : Single;
// C++ Builder public: float ReadSingle( const int _off );
Name | Type | Description |
---|---|---|
_off | Integer | offset the values is placed at |
Type | Description |
---|---|
Single | read value |