User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_bytes.writedouble_integer_double

Table of Contents



TGIS_Bytes.WriteDouble method

DK for Delphi | GisClasses.TGIS_Bytes.WriteDouble | Constructors | Methods | Properties

Writes a double-precision value at the specified buffer offset.

Available also on: .NET | Java.

Syntax

// Delphi
public
  procedure WriteDouble(
    const _off : Integer;
    const _val : Double
  );
// C++ Builder
public:
  void WriteDouble(
    const int _off,
    const double _val
  );

Parameters

Name Type Description
_off Integer Offset where the value will be written.
_val Double Value to write.
2026/07/11 00:20

Page Tools