User Tools

Site Tools


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

Table of Contents

TGIS_Bytes.Dec method

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

Decrement an integer value.

Available also on: Delphi | Java.

Syntax

// C#
public void Dec(
  int _off
);
' VisualBasic
Public Sub Dec(
  ByVal _off As Integer
)
// Oxygene
public
  procedure Dec(
    _off : Integer
  );

Parameters

Name Type Description
_off int
Integer
offset the values will be decremented at
2020/05/07 01:15

Page Tools