User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_bytes.readword_integer

Table of Contents

TGIS_Bytes.ReadWord method

DK11 for .NET | TatukGIS.NDK.TGIS_Bytes.ReadWord | Constructors | Methods | Properties

Read a word value.

Available also on: Delphi | Java.

Syntax

// C#
public ushort ReadWord(
  int _off
);
' VisualBasic
Public Function ReadWord(
  ByVal _off As Integer
) As UInt16
// Oxygene
public
  function ReadWord(
    _off : Integer
  ) : Word;

Parameters

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

Result

Type Description
ushort
Word
read value
2020/05/07 01:15

Page Tools