User Tools

Site Tools


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

Table of Contents

TGIS_Bytes.ReadWord method

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

Read a word value.

Available also on: Delphi | .NET.

Syntax

// Java
public Word ReadWord(
  int _off
);
// Oxygene
public
  function ReadWord(
    _off : Integer
  ) : Word;

Parameters

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

Result

Type Description
Word read value
2020/05/07 01:11

Page Tools