[Missing <summary> documentation for "M:Lucene.Net.Spatial.GeoHash.GeoHashUtils.GetPrecision(System.Double,System.Double)"]

Namespace: Lucene.Net.Spatial.GeoHash
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public static double GetPrecision(
	double x,
	double precision
)
Visual Basic
Public Shared Function GetPrecision ( _
	x As Double, _
	precision As Double _
) As Double
Visual C++
public:
static double GetPrecision(
	double x, 
	double precision
)

Parameters

x
Type: System..::..Double

[Missing <param name="x"/> documentation for "M:Lucene.Net.Spatial.GeoHash.GeoHashUtils.GetPrecision(System.Double,System.Double)"]

precision
Type: System..::..Double

[Missing <param name="precision"/> documentation for "M:Lucene.Net.Spatial.GeoHash.GeoHashUtils.GetPrecision(System.Double,System.Double)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Spatial.GeoHash.GeoHashUtils.GetPrecision(System.Double,System.Double)"]

See Also