DK for Java | tatukgis.jdk.TGIS_CSUnits.ToUnits | Constructors | Methods | Properties
Convert a value from the current unit to the specified target unit.
// Java public double ToUnits( TGIS_CSUnits _units, double _value );
// Oxygene public function ToUnits( _units : TGIS_CSUnits; _value : Double ) : Double;
| Name | Type | Description |
|---|---|---|
| _units | TGIS_CSUnits | Target unit definition. |
| _value | double Double | Value to be converted. |
| Type | Description |
|---|---|
| double Double | Value converted to the specified units. |