DK11 for Java | tatukgis.jdk.TGIS_Bytes.WriteDouble | Constructors | Methods | Properties
Write a double value.
// Java public void WriteDouble( int _off, double _val );
// 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 |