DK11 for .NET | TatukGIS.NDK.TGIS_CSUnits.AsLinear | Constructors | Methods | Properties
Convert units as linear to string representation with proper units symbol.
// C# public string AsLinear( double _value, bool _prec );
' VisualBasic Public Function AsLinear( ByVal _value As Double, ByVal _prec As Boolean ) As String
// Oxygene public function AsLinear( _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. |
Units of returned string will be autoselected to choose the most adequate is unit is a type of TGIS_CSUnitsType.Auto.