DK11 for .NET | TatukGIS.NDK.TGIS_Bytes.WriteDouble | Constructors | Methods | Properties
Write a double value.
// 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 );
Name | Type | Description |
---|---|---|
_off | int Integer | offset the values will be placed at |
_val | double Double | value to be written |