User Tools

Site Tools


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

TGIS_CSUnits.AsLinear method

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

Convert units as linear to string representation with proper units symbol.

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

Syntax

// Java
public java.lang.String AsLinear(
  double _value,
  bool _prec
);
// Oxygene
public
  function AsLinear(
    _value : Double;
    _prec : Boolean
  ) : String;

Parameters

Name Type Description
_value double
Double
units in base metric
_prec bool
Boolean
if true then fixed decimal digits will be presented; if false then only significant digits (no trailing zeros) will be presented

Result

Type Description
java.lang.String
String
Units converted to string.

Remarks

Units of returned string will be autoselected to choose the most adequate is unit is a type of TGIS_CSUnitsType.Auto.

References

2022/11/16 01:42

Page Tools