DK11 for Delphi | GisCsBase.TGIS_CSUnits.AsAngular | Constructors | Methods | Properties
Convert units as annular to string representation with proper units symbol.
// Delphi public function AsAngular( const _value : Double; const _prec : Boolean ) : String;
// C++ Builder public: UnicodeString AsAngular( const double _value, const bool _prec );
Name | Type | Description |
---|---|---|
_value | Double | units in base metric |
_prec | Boolean | if true then fixed decimal digits will be presented; if false then only significant digits (no trailing zeros) will be presented |
Type | Description |
---|---|
String | Units converted to string. |