User Tools

Site Tools


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

Table of Contents

TGIS_Bytes.ReadInt32 method

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

Read an integer value.

Available also on: Delphi | Java.

Syntax

// C#
public int ReadInt32(
  int _off
);
' VisualBasic
Public Function ReadInt32(
  ByVal _off As Integer
) As Integer
// Oxygene
public
  function ReadInt32(
    _off : Integer
  ) : Integer;

Parameters

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

Result

Type Description
int
Integer
read value
2020/05/07 01:15

Page Tools