User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csunits.frombase_double

Table of Contents

TGIS_CSUnits.FromBase method

DK11 for Java | tatukgis.jdk.TGIS_CSUnits.FromBase | Constructors | Methods | Properties

Convert value provided in basic unit (meter or radians) into the value represented by current unit. Basic units are meter, radian, square meter

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public double FromBase(
  double _value
);
// Oxygene
public
  function FromBase(
    _value : Double
  ) : Double;

Parameters

Name Type Description
_value double
Double
value to be converted

Result

Type Description
double
Double
Value converted to current units.
2022/11/16 01:42

Page Tools