DK11 for Java | tatukgis.jdk.TGIS_CSUnits.ToUnits | Constructors | Methods | Properties
Convert value provided in basic unit (meter or radians) into the value represented by current 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 | desired units system to be converted to |
_value | double Double | value to be converted |
Type | Description |
---|---|
double Double | Value converted to defined units. |