DK11 for .NET | TatukGIS.NDK.TGIS_Bytes.ReadInt32 | Constructors | Methods | Properties
Read an integer value.
// C# public int ReadInt32( int _off );
' VisualBasic Public Function ReadInt32( ByVal _off As Integer ) As Integer
// 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 |