DK11 for Python | tatukgis.pdk.TGIS_CSUnits.AsAreal | Constructors | Methods | Properties
Convert units as areal to string representation with proper units symbol.
# Python def AsAreal( self _value: float _prec: bool _format: str ) -> str:
Name | Type | Description |
---|---|---|
_value | float | units in base metric |
_prec | bool | if true then fixed decimal digits will be presented; if false then only significant digits (no trailing zeros) will be presented |
_format | str | hint of how to present linear symbols: for example by providing 'sq. %s' linear symbols will be presented as '1 sq. km' |
Type | Description |
---|---|
str | Units converted to string. |