Geotools.Net

GeometryWktWriter.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.GeometryWktWriter.WriteNumber(System.Double)

See Also

GeometryWktWriter Class | GeometryWktWriter Members | Geotools.IO Namespace