DK for .NET | TatukGIS.NDK.TGIS_CSUnits.AsAngular | Constructors | Methods | Properties
Convert units as annular to string representation with proper units symbol.
// C# public string AsAngular( double _value, bool _prec );
' VisualBasic Public Function AsAngular( ByVal _value As Double, ByVal _prec As Boolean ) As String
// Oxygene public function AsAngular( _value : Double; _prec : Boolean ) : String;
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 |
Type | Description |
---|---|
string String | Units converted to string. |