User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_bytes.writedouble_integer_double

Table of Contents

TGIS_Bytes.WriteDouble method

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

Write a double value.

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 the values will be placed at
_val Double value to be written
2020/05/07 01:06

Page Tools