User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_bytes.readsingle_integer

Table of Contents

TGIS_Bytes.ReadSingle method

DK11 for Delphi | GisClasses.TGIS_Bytes.ReadSingle | Constructors | Methods | Properties

Read a single value.

Available also on: .NET | Java.

Syntax

// Delphi
public
  function ReadSingle(
    const _off : Integer
  ) : Single;
// C++ Builder
public:
  float ReadSingle(
    const int _off
  );

Parameters

Name Type Description
_off Integer offset the values is placed at

Result

Type Description
Single read value
2020/05/07 01:06

Page Tools