DK for Java | tatukgis.jdk.TGIS_Bytes.ReadInt32 | Constructors | Methods | Properties
Read an integer value.
// Java public int ReadInt32( int _off );
// Oxygene public function ReadInt32( _off : Integer ) : Integer;
Name | Type | Description |
---|---|---|
_off | int Integer | offset the values is placed at |
Type | Description |
---|---|
int Integer | read value |