User Tools

Site Tools


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

Table of Contents

TGIS_Bytes.ReadDouble method

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

Read a double value.

Available also on: Delphi | .NET.

Syntax

// Java
public double ReadDouble(
  int _off
);
// Oxygene
public
  function ReadDouble(
    _off : Integer
  ) : Double;

Parameters

Name Type Description
_off int
Integer
offset the values is placed at

Result

Type Description
double
Double
read value
2020/05/07 01:11

Page Tools