DK11 for Delphi | GisClasses.TGIS_Bytes.WriteDouble | Constructors | Methods | Properties
Write a double value.
// Delphi public procedure WriteDouble( const _off : Integer; const _val : Double );
// C++ Builder public: void WriteDouble( const int _off, const double _val );
Name | Type | Description |
---|---|---|
_off | Integer | offset the values will be placed at |
_val | Double | value to be written |