Geotools.Net

GeometrySvgWriter.WriteNumber Method 

Converts a double to a string, not in scientific notation.

[Visual Basic]
Protected Function WriteNumber( _
   ByVal d As Double _
) As String
[C#]
protected string WriteNumber(
   double d
);

Parameters

d
The double to convert.

Return Value

The double as a string, not in scientific notation.

Remarks

Missing <remarks> documentation for M:Geotools.IO.GeometrySvgWriter.WriteNumber(System.Double)

See Also

GeometrySvgWriter Class | GeometrySvgWriter Members | Geotools.IO Namespace