DK11 for .NET | TatukGIS.NDK.TGIS_Bytes.WriteInt32 | Constructors | Methods | Properties
Write an integer value.
// C# public void WriteInt32( int _off, int _val );
' VisualBasic Public Sub WriteInt32( ByVal _off As Integer, ByVal _val As Integer )
// Oxygene public procedure WriteInt32( _off : Integer; _val : Integer );
Name | Type | Description |
---|---|---|
_off | int Integer | offset the values will be placed at |
_val | int Integer | value to be written |