User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bytes.writedouble_integer_double

Table of Contents

TGIS_Bytes.WriteDouble method

DK11 for Java | tatukgis.jdk.TGIS_Bytes.WriteDouble | Constructors | Methods | Properties

Write a double value.

Available also on: Delphi | .NET.

Syntax

// Java
public void WriteDouble(
  int _off,
  double _val
);
// Oxygene
public
  procedure WriteDouble(
    _off : Integer;
    _val : Double
  );

Parameters

Name Type Description
_off int
Integer
offset the values will be placed at
_val double
Double
value to be written
2020/05/07 01:11

Page Tools