User Tools

Site Tools


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

Table of Contents

TGIS_Bytes.WriteDouble method

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

Write a double value.

Available also on: Delphi | Java.

Syntax

// C#
public void WriteDouble(
  int _off,
  double _val
);
' VisualBasic
Public Sub WriteDouble(
  ByVal _off As Integer,
  ByVal _val As Double
)
// Oxygene
public
  procedure WriteDouble(
    _off : Integer;
    _val : Double
  );

Parameters

Name Type Description
_off int
Integer
offset the values will be placed at
_val double
Double
value to be written
2020/05/07 01:15

Page Tools